Changeset 6141 for trunk/AWT/awt_hotkeys.hxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/awt_hotkeys.hxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/awt_hotkeys.hxx
r5675 r6141 35 35 bool used[26]; 36 36 bool USED[26]; 37 char artific al;37 char artificial; 38 38 char current[2]; 39 39 … … 45 45 USED[i] = used[i] = false; 46 46 } 47 artific al = '0';47 artificial = '0'; 48 48 current[0] = current[1] = 0; 49 49 } … … 51 51 52 52 // return a unique hotkey (returns an empty string if no hotkey left) 53 const char* artific al_hotkey();53 const char* artificial_hotkey(); 54 54 // return a unique hotkey for label (uses one character from label if possible) 55 55 const char* hotkey(const std::string& label);
