]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/frnt_lang.h
Clean-up yesterday's code-splurge and sort the translated language names.
[lyx.git] / src / frontends / controllers / frnt_lang.h
index 5a636d4c10f76124588db4de910d28862a3e7e54..c3d949afb24ddcc713e646166b71d4b93db97345 100644 (file)
 namespace frnt {
        ///
        typedef std::pair<string, string> LanguagePair;
-       ///
-       std::vector<LanguagePair> const getLanguageData();
+       /** If the caller is the character dialog, add "No change" and "Reset"
+        *  to the vector.
+        */
+       std::vector<LanguagePair> const getLanguageData(bool character_dlg);
 
 } // namespace frnt