Changeset 2000

Show
Ignore:
Timestamp:
07/29/09 02:35:22 (4 years ago)
Author:
martin_r
Message:

für knittl seine tante ihr laptop :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • windows/neo-vars/src/source/initialize.ahk

    r1917 r2000  
    6464  suspend    
    6565  regread,inputlocale,HKEY_LOCAL_MACHINE,SYSTEM\CurrentControlSet\Control\Keyboard Layouts\%inputlocale%,Layout Text 
    66   msgbox, 48, Warnung!, 
     66  msgbox, 52, Warnung!, 
    6767    ( 
    6868    Nicht kompatibles Tastaturlayout:    
     
    7575    `t-> Sprachen  
    7676    `t-> Details...   `n 
     77    Trotzdem fortfahren?`n 
    7778    ) 
    78   exitapp 
     79  ifmsgbox, No 
     80    exitapp 
     81  ifmsgbox, Yes 
     82    suspend 
    7983} 
    8084