From f70f3e0642296f9e84616c51cabc94c1aaa479b6 Mon Sep 17 00:00:00 2001 From: Nikolay Tischenko Date: Sat, 5 Mar 2011 20:10:22 +0600 Subject: [PATCH] Fixed issue with silent mode in phone --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 090c40b..e24b57e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,7 +26,7 @@ using namespace SomePlayer::Storage; int main(int argc, char *argv[]) { QApplication a(argc, argv); - a.setApplicationName("ru.somebody.someplayer"); + a.setApplicationName("FMRadio"); MainWindow w; w.updateTranslations(); w.setAttribute(Qt::WA_Maemo5StackedWindow); -- 1.7.9.5