-rw-r--r-- | korganizer/koprefs.cpp | 4 | ||||
-rw-r--r-- | korganizer/mainwindow.cpp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/korganizer/koprefs.cpp b/korganizer/koprefs.cpp index 2900a40..3ba5ab2 100644 --- a/korganizer/koprefs.cpp +++ b/korganizer/koprefs.cpp | |||
@@ -272,5 +272,9 @@ KOPrefs::KOPrefs() : | |||
272 | addItemBool("TodoViewUsesForegroundColor",&mTodoViewUsesForegroundColor,false); | 272 | addItemBool("TodoViewUsesForegroundColor",&mTodoViewUsesForegroundColor,false); |
273 | addItemBool("MonthViewUsesForegroundColor",&mMonthViewUsesForegroundColor,false); | 273 | addItemBool("MonthViewUsesForegroundColor",&mMonthViewUsesForegroundColor,false); |
274 | #ifdef DESKTOP_VERSION | ||
275 | addItemBool("UseInternalAlarmNotification",&mUseInternalAlarmNotification,true); | ||
276 | #else | ||
274 | addItemBool("UseInternalAlarmNotification",&mUseInternalAlarmNotification,false); | 277 | addItemBool("UseInternalAlarmNotification",&mUseInternalAlarmNotification,false); |
278 | #endif | ||
275 | addItemInt("Day Begins",&mDayBegins,7); | 279 | addItemInt("Day Begins",&mDayBegins,7); |
276 | addItemInt("Working Hours Start",&mWorkingHoursStart,8); | 280 | addItemInt("Working Hours Start",&mWorkingHoursStart,8); |
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index be69be7..a487f14 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp | |||
@@ -1130,5 +1130,5 @@ void MainWindow::aboutAutoSaving() | |||
1130 | QMessageBox* msg; | 1130 | QMessageBox* msg; |
1131 | msg = new QMessageBox( i18n("Auto Saving in KOrganizer/Pi"), | 1131 | msg = new QMessageBox( i18n("Auto Saving in KOrganizer/Pi"), |
1132 | i18n("After changing something, the data is\nautomatically saved to the file\n~/Applications/korganizer/calendar/mycalendar.ics\nafter (configureable) three minutes.\nFor safety reasons there is one autosaving\nafter 10 minutes (of idle time) again. The \ndata is saved automatically when closing KO/Pi\nYou can create a backup file \nwith: File - Save Calendar Backup\n"), QMessageBox::NoIcon, | 1132 | i18n("After changing something, the data is\nautomatically saved to the file\n~/kdepim/apps/korganizer/mycalendar.ics\nafter (configureable) three minutes.\nFor safety reasons there is one autosaving\nafter 10 minutes (of idle time) again. The \ndata is saved automatically when closing KO/Pi\nYou can create a backup file \nwith: File - Save Calendar Backup\n"), QMessageBox::NoIcon, |
1133 | QMessageBox::Ok, | 1133 | QMessageBox::Ok, |
1134 | QMessageBox::NoButton, | 1134 | QMessageBox::NoButton, |