summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2015-01-21 05:41:47 +0000
committerAriel Constenla-Haile <arielch@apache.org>2015-01-21 05:41:47 +0000
commit58c7172ef98515e482bc87e219e58e1e126785d8 (patch)
tree0c46727935ef7db65c90c0931977cef70b5be632 /vcl
parent2c11fc40e0500da7fc217e1bc1290adfdccab82f (diff)
i46871 - Add French translation for Space key
Notes
Notes: merged as: 5ce9606a669d451b71c9c0e1da33bb62007d8aae
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/generic/app/keysymnames.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/generic/app/keysymnames.cxx b/vcl/unx/generic/app/keysymnames.cxx
index e62419d438bc..fa573fab3bed 100644
--- a/vcl/unx/generic/app/keysymnames.cxx
+++ b/vcl/unx/generic/app/keysymnames.cxx
@@ -167,6 +167,7 @@ namespace vcl_sal {
{ XK_Down, "Bas" },
{ XK_BackSpace, "Ret. Arr" },
{ XK_Return, "Retour" },
+ { XK_space, "Espace" },
{ XK_KP_Enter, "Entrée" },
{ SunXK_Stop, "Stop" },
{ SunXK_Again, "Encore" },