Changeset b2bf8e3b6b in tspsg for src/main.cpp


Ignore:
Timestamp:
Feb 25, 2010, 9:48:46 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
278bc7818f
Parents:
6beb157497
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
  • src/main.cpp

    r6beb157497 rb2bf8e3b6b  
    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.