Show
Ignore:
Timestamp:
06/14/08 22:44:02 (7 months ago)
Author:
edmanm
Message:

Default to the language chosen by the user during install (Windows-only) rather
than the system language. (Ticket #246)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/pkg/win32/vidalia.nsi.in

    r2725 r2730  
    153153  SetOutPath "$APPDATA\Vidalia" 
    154154  File "@CMAKE_CURRENT_SOURCE_DIR@\geoip-cache" 
     155   
     156  ; Save the chosen language code 
     157  WriteINIStr "$APPDATA\Vidalia\vidalia.conf" General LanguageCode "$(LanguageCode)" 
    155158 
    156159  ; Write the uninstall keys for Windows