Changeset 5587b87fac in tspsg for src/tspmodel.cpp


Ignore:
Timestamp:
Jun 23, 2009, 7:56:29 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
78282ec778
Parents:
0621172ec1
Message:

+ Language is automatically loaded at application startup (based on user's locale name).
+ Full Ukrainian and Russian translation.

  • English is now default language.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tspmodel.cpp

    r0621172ec1 r5587b87fac  
    2323
    2424#include <QtGui>
    25 #include "defines.h"
    2625#include "tspmodel.h"
    2726
     
    5150        if (role == Qt::DisplayRole)
    5251                if (orientation == Qt::Vertical)
    53                         return trUtf8("Город %1").arg(section + 1);
     52                        return trUtf8("City %1").arg(section + 1);
    5453                else
    5554                        return trUtf8("%1").arg(section + 1);
Note: See TracChangeset for help on using the changeset viewer.