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


Ignore:
Timestamp:
Jun 22, 2010, 3:38:24 PM (14 years ago)
Author:
laleppa
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/main.cpp

    r116 r121  
    5656        if (en.load("tspsg_en", PATH_L10N))
    5757                app.installTranslator(&en);
     58        else if (en.load("tspsg_en", ":/l10n"))
     59                app.installTranslator(&en);
    5860
    5961MainWindow mainwindow;
Note: See TracChangeset for help on using the changeset viewer.