diff options
author | Darrell Anderson <[email protected]> | 2012-05-28 00:42:11 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-28 00:42:11 -0500 |
commit | 6bc5350cfd7060798b1155fa80c5d85efcf2e0ec (patch) | |
tree | 00a7de851be7e5677fc209a4517564eece2400b3 | |
parent | e4f28d0efb779828090ad6f45cffb87f073361f9 (diff) | |
download | amarok-6bc5350cfd7060798b1155fa80c5d85efcf2e0ec.tar.gz amarok-6bc5350cfd7060798b1155fa80c5d85efcf2e0ec.zip |
Fix changes made in GIT hash 91f0e40f.
-rw-r--r-- | amarok/src/Options2.ui | 2 | ||||
-rw-r--r-- | amarok/src/amarokcore/amarok.kcfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/Options2.ui b/amarok/src/Options2.ui index 1c6f16b6..560bcfc4 100644 --- a/amarok/src/Options2.ui +++ b/amarok/src/Options2.ui @@ -478,7 +478,7 @@ </widget> <widget class="TQRadioButton" row="0" column="0"> <property name="name"> - <cstring>kcfg_SchemeTDE</cstring> + <cstring>kcfg_SchemeKDE</cstring> </property> <property name="text"> <string>The current &TDE color-scheme</string> diff --git a/amarok/src/amarokcore/amarok.kcfg b/amarok/src/amarokcore/amarok.kcfg index 7df00dee..fe343414 100644 --- a/amarok/src/amarokcore/amarok.kcfg +++ b/amarok/src/amarokcore/amarok.kcfg @@ -498,7 +498,7 @@ <whatsthis>If set, Amarok uses the Amarok standard colors in the playlist.</whatsthis> <default>false</default> </entry> - <entry key="Scheme TDE" type="Bool"> + <entry key="Scheme KDE" type="Bool"> <label>Whether to use global TDE colors in the playlist window</label> <whatsthis>If set, Amarok uses the TDE standard colors in the playlist.</whatsthis> <default>true</default> |