author | sandman <sandman> | 2002-10-01 22:39:41 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-10-01 22:39:41 (UTC) |
commit | 73f578b88919d8f7220c3f647c4173ffa4e4512b (patch) (side-by-side diff) | |
tree | b925ef79ffafa54d8e9f81e4a3f1bcc100f6babd /noncore | |
parent | 536fffa98e7fb205fe1851caaf29011e3fad79cc (diff) | |
download | opie-73f578b88919d8f7220c3f647c4173ffa4e4512b.zip opie-73f578b88919d8f7220c3f647c4173ffa4e4512b.tar.gz opie-73f578b88919d8f7220c3f647c4173ffa4e4512b.tar.bz2 |
fixed the missing/wrong icons in the tabbar
-rw-r--r-- | noncore/settings/appearance2/appearance.cpp | 4 |
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 @@ -359,8 +359,8 @@ Appearance::Appearance( QWidget* parent, const char* name, WFlags ) tw-> addTab ( styletab = createStyleTab ( tw ), "appearance/styletabicon.png", tr( "Style" )); tw-> addTab ( createFontTab ( tw ), "appearance/fonttabicon.png", tr( "Font" )); tw-> addTab ( createColorTab ( tw ), "appearance/colorstabicon.png", tr( "Colors" ) ); - tw-> addTab ( createDecoTab ( tw ), "appearance/styletabicon.png", tr( "Windows" ) ); - tw-> addTab ( createGuiTab ( tw ), "appearance/backgroundtabicon.png", tr( "Gui" ) ); + tw-> addTab ( createDecoTab ( tw ), "appearance/decotabicon.png", tr( "Windows" ) ); + tw-> addTab ( createGuiTab ( tw ), "appearance/advancedtabicon.png", tr( "Gui" ) ); top-> addWidget ( tw, 10 ); top-> addWidget ( m_sample, 1 ); |