summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-12-22 19:27:00 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-12-22 19:32:53 +0100
commit643de3b64ed4b71ab48a7f100c90c1c4d5f918cc (patch)
tree0e0709d96db67384ffc5423ae4aaed1e4e4974a7 /cui
parent78a7db0523f9611b003facd612411d3d61a0ab13 (diff)
"*.*" 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 (*.*)").
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optinet2.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optinet2.src b/cui/source/options/optinet2.src
index 34789e70aa2a..9ac8dc15a9af 100644
--- a/cui/source/options/optinet2.src
+++ b/cui/source/options/optinet2.src
@@ -473,7 +473,7 @@ TabPage RID_SVXPAGE_INET_MAIL
String STR_DEFAULT_FILENAME
{
- Text [ en-US ] = "All files (*.*)" ;
+ Text [ en-US ] = "All files" ;
};
};