summaryrefslogtreecommitdiffstats
path: root/twin-styles/icewm/config/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/icewm/config/config.cpp')
-rw-r--r--twin-styles/icewm/config/config.cpp15
1 files changed, 9 insertions, 6 deletions
diff --git a/twin-styles/icewm/config/config.cpp b/twin-styles/icewm/config/config.cpp
index 2e36fbfa..c366a138 100644
--- a/twin-styles/icewm/config/config.cpp
+++ b/twin-styles/icewm/config/config.cpp
@@ -97,12 +97,15 @@ IceWMConfig::IceWMConfig( TDEConfig* conf, TQWidget* parent )
urlLabel->setText( i18n("Open TDE's IceWM theme folder") );
themeLabel = new TQLabel(
- i18n("Clicking on the link above will cause a window to appear "
- "showing the TDE IceWM theme folder. You can "
- "add or remove native IceWM themes by "
- "uncompressing <b>http://icewm.themes.org/</b> theme files "
- "into this folder, or by creating folder symlinks to "
- "existing IceWM themes on your system."), mainWidget );
+ i18n("Clicking on the link above will cause a window to appear showing the TDE IceWM theme folder. "
+ "You can add or remove native IceWM themes by installing theme files into this folder or by "
+ "creating folder symlinks to existing IceWM themes on your system. "
+ "You can get extra-themes here: <b>https://github.com/bbidulock/icewm-extra-themes</b>"
+ ), mainWidget );
+
+ TQWhatsThis::add( themeLabel,
+ i18n("You're supposed to copy the entire theme folders "
+ "into your TDE IceWM theme folder.") );
// Load configuration options
load( conf );