From 4ca60b0c49ce65070211d330c11b813a11a163e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 13 Apr 2020 23:35:31 +0900 Subject: [PATCH] kcontrol icc: fixed file filter option. This solves issue #143. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 57dadda273bfb1598324a0cd94e97a4a64b01bea) --- kcontrol/iccconfig/iccconfigbase.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kcontrol/iccconfig/iccconfigbase.ui b/kcontrol/iccconfig/iccconfigbase.ui index 3660c0d60..50844dbe2 100644 --- a/kcontrol/iccconfig/iccconfigbase.ui +++ b/kcontrol/iccconfig/iccconfigbase.ui @@ -50,7 +50,8 @@ systemIccFile - *.icc|ICC Standard Color Profiles (*.icc)\n*.icm|Windows(R) Color Profiles (*.icm) + *.icc|ICC Standard Color Profiles (*.icc) +*.icm|Windows(R) Color Profiles (*.icm)