From 348dba02312fa423be92fb75bd979aadd5b21c71 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Mon, 3 Dec 2018 20:36:30 +0100 Subject: 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 --- twin-styles/icewm/config/config.cpp | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'twin-styles') 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 http://icewm.themes.org/ 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: https://github.com/bbidulock/icewm-extra-themes" + ), 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 ); -- cgit v1.2.1