Allow selection of *.icm files as well as the original *.icc files in the ICC configuration dialogs

This closes bug #401


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1239906 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 81963c3853
commit 31f3eee259

@ -58,7 +58,7 @@
<cstring>systemIccFile</cstring>
</property>
<property name="filter">
<string>*.icc</string>
<string>*.icc|ICC Standard Color Profiles (*.icc)\n*.icm|Windows(R) Color Profiles (*.icm)</string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
@ -145,7 +145,7 @@
<cstring>iccFile</cstring>
</property>
<property name="filter">
<string>*.icc</string>
<string>*.icc|ICC Standard Color Profiles (*.icc)\n*.icm|Windows(R) Color Profiles (*.icm)</string>
</property>
</widget>
<widget class="TQLabel" row="3" column="0">

Loading…
Cancel
Save