From 643de3b64ed4b71ab48a7f100c90c1c4d5f918cc Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 22 Dec 2011 19:27:00 +0100 Subject: "*.*" is not "all files" (bnc#738021) Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)"). --- sfx2/source/appl/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index f11578805e4d..f52b6daa565e 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -466,7 +466,7 @@ String RID_SVXSTR_GRAFIKLINK }; String STR_SFX_FILTERNAME_ALL { - Text [ en-US ] = "All files (*.*)" ; + Text [ en-US ] = "All files" ; }; String RID_SVXSTR_EDITGRFLINK { -- cgit