Changeset 94 in tspsg-svn for trunk/src/main.cpp


Ignore:
Timestamp:
Feb 25, 2010, 9:48:46 PM (14 years ago)
Author:
laleppa
Message:

+ Added SIP show/hide handling under wince.

  • Renamed translation files to follow common conventions.
  • Language name is now stored in the translation file. No need for language.ini anymore.
  • Updated translations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/main.cpp

    r93 r94  
    5454
    5555QTranslator en;
    56         if (en.load("en", PATH_I18N))
     56        if (en.load("tspsg_en", PATH_I18N))
    5757                app.installTranslator(&en);
    5858
Note: See TracChangeset for help on using the changeset viewer.