]> git.lyx.org Git - lyx.git/blobdiff - src/intl.h
Fix breakage caused by bad commits.
[lyx.git] / src / intl.h
index fe7ae6a89dd1ec13a02f7f027783861bfa80dc68..6a113cd9a999eda37dcc21a927f6107e81131882 100644 (file)
@@ -33,19 +33,19 @@ public:
        Intl();
 
        /// {en/dis}able the keymap
-       void KeyMapOn(bool on);
+       void keyMapOn(bool on);
 
        /// set the primary language keymap
-       void KeyMapPrim();
+       void keyMapPrim();
 
        /// set the secondary language keymap
-       void KeyMapSec();
+       void keyMapSec();
 
        /// turn on/off key mappings, status in keymapon
-       void ToggleKeyMap();
+       void toggleKeyMap();
 
        /// initialize key mapper
-       void InitKeyMapper(bool on);
+       void initKeyMapper(bool on);
 
        // Get the Translation Manager
        TransManager & getTransManager();