Commit 82efcc61 authored by twanvl's avatar twanvl

about window text

parent c385a5fc
...@@ -52,11 +52,10 @@ void AboutWindow::draw(DC& dc) { ...@@ -52,11 +52,10 @@ void AboutWindow::draw(DC& dc) {
// draw version info // draw version info
dc.SetFont(wxFont(9, wxSWISS, wxNORMAL, wxNORMAL, false, _("Arial"))); dc.SetFont(wxFont(9, wxSWISS, wxNORMAL, wxNORMAL, false, _("Arial")));
dc.DrawText(_("Version: ") + app_version.toString() + version_suffix, 34, 110); dc.DrawText(_("Version: ") + app_version.toString() + version_suffix, 34, 110);
dc.DrawText(_("This is a development version!"), 34, 130); dc.DrawText(_("Copyright \xA9 2001-2011"), 34, 130);
dc.DrawText(_(" it probably contains lots bugs,"), 34, 147); dc.DrawText(_(" Twan van Laarhoven,"), 34, 147);
dc.DrawText(_(" it misses some very important features,"), 34, 164); dc.DrawText(_(" Sean Hunt,"), 34, 164);
dc.DrawText(_(" don't use it for anything important"), 34, 181); dc.DrawText(_(" and the other MSE developers"), 34, 181);
dc.DrawText(_("Copyright \xA9 2007 Twan van Laarhoven"), 34, 214);
} }
BEGIN_EVENT_TABLE(AboutWindow, wxDialog) BEGIN_EVENT_TABLE(AboutWindow, wxDialog)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment