diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-12-03 20:36:30 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-12-09 23:59:03 +0900 |
commit | 348dba02312fa423be92fb75bd979aadd5b21c71 (patch) | |
tree | 677f8dd0e25e5933dc97fa778f9ac08d24cc318a /twin-styles | |
parent | 92f50127401bef9b42e1c06112b949838e7ac6f3 (diff) | |
download | tdeartwork-348dba02312fa423be92fb75bd979aadd5b21c71.tar.gz tdeartwork-348dba02312fa423be92fb75bd979aadd5b21c71.zip |
Add Helix IceWM theme. This has been taken from
"https://github.com/bbidulock/icewm" and is available under LGPL v2
license. See here for reference:
https://github.com/bbidulock/icewm/blob/icewm-1-4-BRANCH/COPYING
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'twin-styles')
-rw-r--r-- | twin-styles/icewm/config/config.cpp | 15 |
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 ); |