diff options
Diffstat (limited to 'kinit/autostart.cpp')
-rw-r--r-- | kinit/autostart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kinit/autostart.cpp b/kinit/autostart.cpp index 8fba76928..334bfa543 100644 --- a/kinit/autostart.cpp +++ b/kinit/autostart.cpp @@ -136,7 +136,7 @@ AutoStart::loadAutoStartList() if (config.readBoolEntry("Hidden", false)) continue; - // Check to see if the most important ( usually ~/.config/autostart or ~/.kde3/Autostart) XDG directory + // Check to see if the most important ( usually ~/.config/autostart or ~/.trinity/Autostart) XDG directory // has overridden the Hidden directive and honor it if set to True bool autostartOverriddenAndDisabled = false; for(TQStringList::ConstIterator localit = files.begin(); |