summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-31 16:43:14 +0100
committerCarl Hetherington <cth@carlh.net>2014-03-31 16:43:14 +0100
commite55d6da8817488f7a639130be54bcab152d19b89 (patch)
tree3532d39eb52b5410c9d7d26575327801a2b1a91d /src
parentec408a078e703f216868d5ccbfc4b78b6778acb2 (diff)
Supporter.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index acd610ade..8dea61747 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -143,6 +143,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Wolfgang Woehl"));
supported_by.Add (wxT ("Wolfram Weber"));
supported_by.Add (wxT ("Frank de Wulf"));
+ supported_by.Add (wxT ("Pavel Zhdanko"));
add_section (_("Supported by"), supported_by);
wxArrayString tested_by;