Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/AWT/awt_hotkeys.hxx

    r5675 r6141  
    3535    bool used[26]; 
    3636    bool USED[26]; 
    37     char artifical; 
     37    char artificial; 
    3838    char current[2]; 
    3939 
     
    4545            USED[i] = used[i] = false; 
    4646        } 
    47         artifical  = '0'; 
     47        artificial  = '0'; 
    4848        current[0] = current[1] = 0; 
    4949    } 
     
    5151 
    5252    // return a unique hotkey (returns an empty string if no hotkey left) 
    53     const char* artifical_hotkey(); 
     53    const char* artificial_hotkey(); 
    5454    // return a unique hotkey for label (uses one character from label if possible) 
    5555    const char* hotkey(const std::string& label);