From abac12317e02aa83579102d04a75e027e45ec667 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 10 Jul 2004 10:29:33 +0000 Subject: Turned on internal alarm on dektop as default --- diff --git a/korganizer/koprefs.cpp b/korganizer/koprefs.cpp index 2900a40..3ba5ab2 100644 --- a/korganizer/koprefs.cpp +++ b/korganizer/koprefs.cpp @@ -271,7 +271,11 @@ KOPrefs::KOPrefs() : addItemBool("TodoViewUsesSmallFont",&mTodoViewUsesSmallFont,false); addItemBool("TodoViewUsesForegroundColor",&mTodoViewUsesForegroundColor,false); addItemBool("MonthViewUsesForegroundColor",&mMonthViewUsesForegroundColor,false); +#ifdef DESKTOP_VERSION + addItemBool("UseInternalAlarmNotification",&mUseInternalAlarmNotification,true); +#else addItemBool("UseInternalAlarmNotification",&mUseInternalAlarmNotification,false); +#endif addItemInt("Day Begins",&mDayBegins,7); addItemInt("Working Hours Start",&mWorkingHoursStart,8); addItemInt("Working Hours End",&mWorkingHoursEnd,17); diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index be69be7..a487f14 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -1129,7 +1129,7 @@ void MainWindow::aboutAutoSaving() { QMessageBox* msg; msg = new QMessageBox( i18n("Auto Saving in KOrganizer/Pi"), - 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, + 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, QMessageBox::Ok, QMessageBox::NoButton, QMessageBox::NoButton); -- cgit v0.9.0.2