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 14 years ago
parent 81963c3853
commit 31f3eee259

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

Loading…
Cancel
Save