From 2ec0771cc822d01dcb74a8fa1fb4d3f93f3f567a Mon Sep 17 00:00:00 2001 From: twanvl Date: Mon, 25 Dec 2006 18:38:51 +0000 Subject: [PATCH] fixed locale references git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@177 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/gui/welcome_window.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/welcome_window.cpp b/src/gui/welcome_window.cpp index 064be170..428b0b54 100644 --- a/src/gui/welcome_window.cpp +++ b/src/gui/welcome_window.cpp @@ -26,8 +26,8 @@ WelcomeWindow::WelcomeWindow() SetIcon(wxIcon(_("ICON_APP"))); // init controls - wxButton* new_set = new HoverButtonExt(this, ID_FILE_NEW, _("WELCOME_NEW"), _BUTTON_("new set"), _HELP_("new")); - wxButton* open_set = new HoverButtonExt(this, ID_FILE_OPEN, _("WELCOME_OPEN"), _BUTTON_("open set"), _HELP_("open")); + wxButton* new_set = new HoverButtonExt(this, ID_FILE_NEW, _("WELCOME_NEW"), _BUTTON_("new set"), _HELP_("new set")); + wxButton* open_set = new HoverButtonExt(this, ID_FILE_OPEN, _("WELCOME_OPEN"), _BUTTON_("open set"), _HELP_("open set")); wxButton* open_last = 0; if (!settings.recent_sets.empty()) { wxFileName n(settings.recent_sets.front());