diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2015-01-21 05:41:47 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2015-01-21 05:41:47 +0000 |
commit | 58c7172ef98515e482bc87e219e58e1e126785d8 (patch) | |
tree | 0c46727935ef7db65c90c0931977cef70b5be632 /vcl | |
parent | 2c11fc40e0500da7fc217e1bc1290adfdccab82f (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.cxx | 1 |
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" }, |