summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_custom_palette.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_custom_palette.cc')
-rw-r--r--chalk/ui/kis_custom_palette.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_custom_palette.cc b/chalk/ui/kis_custom_palette.cc
index ac762953..f12b9300 100644
--- a/chalk/ui/kis_custom_palette.cc
+++ b/chalk/ui/kis_custom_palette.cc
@@ -119,7 +119,7 @@ void KisCustomPalette::slotAddPredefined() {
m_palette->setName(palettename->text());
if (!m_editMode) {
- // Save in the directory that is likely to be: ~/.kde/share/apps/chalk/palettes
+ // Save in the directory that is likely to be: ~/.trinity/share/apps/chalk/palettes
// a unique file with this palettename
TQString dir = KGlobal::dirs()->saveLocation("data", "chalk/palettes");
TQString extension;