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/main.cpp
parent6ce1291d7e90417119ad2f60d0dc26565439b102 (diff)
MapsWithMe => MAPS.ME
Diffstat (limited to 'qt/main.cpp')
-rw-r--r--qt/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/main.cpp b/qt/main.cpp
index 401a44500e..51ed6e6eda 100644
--- a/qt/main.cpp
+++ b/qt/main.cpp
@@ -41,7 +41,7 @@ namespace
InitializeFinalize()
{
// App runs without error console under win32.
- m_errFile = ::freopen(".\\mapswithme.log", "w", stderr);
+ m_errFile = ::freopen(".\\mapsme.log", "w", stderr);
my::g_LogLevel = my::LDEBUG;
//_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_DELAY_FREE_MEM_DF);
@@ -94,7 +94,7 @@ int main(int argc, char * argv[])
ReaderPtr<Reader> reader = GetPlatform().GetReader("eula.html");
reader.ReadAsString(buffer);
}
- qt::InfoDialog eulaDialog("MapsWithMe End User Licensing Agreement", buffer.c_str(), NULL, buttons);
+ qt::InfoDialog eulaDialog("MAPS.ME End User Licensing Agreement", buffer.c_str(), NULL, buttons);
eulaAccepted = (eulaDialog.exec() == 1);
Settings::Set(settingsEULA, eulaAccepted);
}