summaryrefslogtreecommitdiff
authorsandman <sandman>2002-10-01 22:39:41 (UTC)
committer sandman <sandman>2002-10-01 22:39:41 (UTC)
commit73f578b88919d8f7220c3f647c4173ffa4e4512b (patch) (unidiff)
treeb925ef79ffafa54d8e9f81e4a3f1bcc100f6babd
parent536fffa98e7fb205fe1851caaf29011e3fad79cc (diff)
downloadopie-73f578b88919d8f7220c3f647c4173ffa4e4512b.zip
opie-73f578b88919d8f7220c3f647c4173ffa4e4512b.tar.gz
opie-73f578b88919d8f7220c3f647c4173ffa4e4512b.tar.bz2
fixed the missing/wrong icons in the tabbar
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/appearance2/appearance.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/appearance2/appearance.cpp b/noncore/settings/appearance2/appearance.cpp
index e269aec..43ff24c 100644
--- a/noncore/settings/appearance2/appearance.cpp
+++ b/noncore/settings/appearance2/appearance.cpp
@@ -361,4 +361,4 @@ Appearance::Appearance( QWidget* parent, const char* name, WFlags )
361 tw-> addTab ( createColorTab ( tw ), "appearance/colorstabicon.png", tr( "Colors" ) ); 361 tw-> addTab ( createColorTab ( tw ), "appearance/colorstabicon.png", tr( "Colors" ) );
362 tw-> addTab ( createDecoTab ( tw ), "appearance/styletabicon.png", tr( "Windows" ) ); 362 tw-> addTab ( createDecoTab ( tw ), "appearance/decotabicon.png", tr( "Windows" ) );
363 tw-> addTab ( createGuiTab ( tw ), "appearance/backgroundtabicon.png", tr( "Gui" ) ); 363 tw-> addTab ( createGuiTab ( tw ), "appearance/advancedtabicon.png", tr( "Gui" ) );
364 364