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.cxx

    r5675 r6141  
    1919using namespace std; 
    2020 
    21 //  ----------------------------------------------------- 
    22 //      const char* awt_hotkeys::artifical_hotkey() 
    23 //  ----------------------------------------------------- 
    24 const char* awt_hotkeys::artifical_hotkey()  { 
    25     if (artifical <= '9') { 
    26         current[0] = artifical++; 
     21const char* awt_hotkeys::artificial_hotkey()  { 
     22    if (artificial <= '9') { 
     23        current[0] = artificial++; 
    2724    } 
    2825    else { 
     
    4744} 
    4845 
    49 //  ----------------------------------------------------------------------- 
    50 //      const char* awt_hotkeys::hotkey_internal(const string& label) 
    51 //  ----------------------------------------------------------------------- 
    5246const char* awt_hotkeys::hotkey(const string& label)  { 
    5347    if (label.length()) { 
     
    6963        } 
    7064    } 
    71     return artifical_hotkey(); 
     65    return artificial_hotkey(); 
    7266} 
    7367