Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-01-25 01:54:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:32 +0300
commit49840f4ab9764d6a1f4423c83ddecc3f6370be39 (patch)
tree429737c150c05a3cdeee22e1dcedd082aa7a3511 /qt/about.cpp
parent6ce1291d7e90417119ad2f60d0dc26565439b102 (diff)
MapsWithMe => MAPS.ME
Diffstat (limited to 'qt/about.cpp')
-rw-r--r--qt/about.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/about.cpp b/qt/about.cpp
index ec25d9b5c4..db0723a11f 100644
--- a/qt/about.cpp
+++ b/qt/about.cpp
@@ -33,7 +33,7 @@ AboutDialog::AboutDialog(QWidget * parent)
labelIcon->setPixmap(icon.pixmap(128));
// @todo insert version to bundle.
- QLabel * labelVersion = new QLabel(QString::fromLocal8Bit("MapsWithMe"));
+ QLabel * labelVersion = new QLabel(QString::fromLocal8Bit("MAPS.ME"));
QHBoxLayout * hBox = new QHBoxLayout();
hBox->addWidget(labelIcon);