summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-04-10 18:23:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-04-10 18:35:06 +0900
commit66580b264f7f5b4281de5670155588edb21c649f (patch)
tree797fff2fbb3bec3584e101579a9fe0bbeb06f8bc
parentebce749df31cabebc6bab828e6cb0396b250e8b1 (diff)
downloadtdesdk-66580b26.tar.gz
tdesdk-66580b26.zip
Use new icon in tdelibs.r14.0.10
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c78b2cfec3d71d1628b17727f5a1b5dd4f7bf288)
-rw-r--r--umbrello/umbrello/dialogs/settingsdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/dialogs/settingsdlg.cpp b/umbrello/umbrello/dialogs/settingsdlg.cpp
index 1bcb4769..74b37c69 100644
--- a/umbrello/umbrello/dialogs/settingsdlg.cpp
+++ b/umbrello/umbrello/dialogs/settingsdlg.cpp
@@ -44,7 +44,7 @@ SettingsDlg::~SettingsDlg() {}
void SettingsDlg::setupUIPage() {
//setup UI page
- TQVBox * page = addVBoxPage( i18n("User Interface"), i18n("User Interface Settings"), DesktopIcon( "window_list") );
+ TQVBox * page = addVBoxPage( i18n("User Interface"), i18n("User Interface Settings"), DesktopIcon( "window_duplicate") );
m_UiWidgets.colorGB = new TQGroupBox( i18n("Color"), page );
TQGridLayout * colorLayout = new TQGridLayout( m_UiWidgets.colorGB, 3, 3 );