summaryrefslogtreecommitdiffstats
path: root/karm
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:20:52 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-11-10 18:55:23 +0100
commitd42076f18783a48fffbaea48720ff6257251ba28 (patch)
treefde0835b742c929ba53c81f11d6c2b2e739f54ca /karm
parent99522ebebf4d2f1c6073e1508182bf1190670713 (diff)
downloadtdepim-d42076f18783a48fffbaea48720ff6257251ba28.tar.gz
tdepim-d42076f18783a48fffbaea48720ff6257251ba28.zip
Fix references to user profile directory.
(cherry picked from commit cd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8)
Diffstat (limited to 'karm')
-rw-r--r--karm/taskview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/taskview.cpp b/karm/taskview.cpp
index 929541ace..3852fda9d 100644
--- a/karm/taskview.cpp
+++ b/karm/taskview.cpp
@@ -402,7 +402,7 @@ void TaskView::startTimerFor(Task* task, TQDateTime startTime )
}
}
}
- else KMessageBox::error(0,i18n("Saving is impossible, so timing is useless. \nSaving problems may result from a full harddisk, a directory name instead of a file name, or stale locks. Check that your harddisk has enough space, that your calendar file exists and is a file and remove stale locks, typically from ~/.kde/share/apps/kabc/lock."));
+ else KMessageBox::error(0,i18n("Saving is impossible, so timing is useless. \nSaving problems may result from a full harddisk, a directory name instead of a file name, or stale locks. Check that your harddisk has enough space, that your calendar file exists and is a file and remove stale locks, typically from ~/.trinity/share/apps/kabc/lock."));
}
void TaskView::clearActiveTasks()
@@ -518,7 +518,7 @@ void TaskView::newTask(TQString caption, Task *parent)
if ( uid.isNull() )
{
KMessageBox::error( 0, i18n(
- "Error storing new task. Your changes were not saved. Make sure you can edit your iCalendar file. Also quit all applications using this file and remove any lock file related to its name from ~/.kde/share/apps/kabc/lock/ " ) );
+ "Error storing new task. Your changes were not saved. Make sure you can edit your iCalendar file. Also quit all applications using this file and remove any lock file related to its name from ~/.trinity/share/apps/kabc/lock/ " ) );
}
delete dialog;