summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-20 21:29:28 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-20 21:29:28 +0000
commitafc8d788728c44a3eef86dbe6261379260dab7e8 (patch)
treebb806448512ae22e5a98a2946064abd44d990187 /src
parent124a1b0f7a7895598b79ad65f5a41800cda5ece1 (diff)
Fix ordering of translators.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index daf4c95a9..47d1c18ae 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -113,6 +113,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
translated_by.Add (wxT ("Carsten Kurz"));
translated_by.Add (wxT ("Lilian Lefranc"));
translated_by.Add (wxT ("Gérald Maruccia"));
+ translated_by.Add (wxT ("Rob van Nieuwkerk"));
translated_by.Add (wxT ("Anders Uhl Pedersen"));
translated_by.Add (wxT ("Olivier Perriere"));
translated_by.Add (wxT ("Markus Raab"));
@@ -120,7 +121,6 @@ AboutDialog::AboutDialog (wxWindow* parent)
translated_by.Add (wxT ("Davide Sanvito"));
translated_by.Add (wxT ("Marek Skrzelowski"));
translated_by.Add (wxT ("Igor Voytovich"));
- translated_by.Add (wxT ("Rob van Nieuwkerk"));
add_section (_("Translated by"), translated_by);
wxArrayString with_help_from;