Changeset 162d5c5f94 in tspsg for src/main.cpp


Ignore:
Timestamp:
Mar 1, 2010, 2:13:23 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:
f19df0a3e5
Parents:
278bc7818f
Message:
  • Fixed some wrong defines that prevented successful compilation under *nix.
  • Renamed i18n to l10n to follow common standards.
  • Translation and documentation paths are now synchronized between .pro and source.
  • Moved some versioning information to .pro file.
  • Updated translations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

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