Dummy HTML export window

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@373 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-05-14 17:21:39 +00:00
parent 89240c201b
commit ff85f47ac9
4 changed files with 85 additions and 14 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ NewSetWindow::NewSetWindow(Window* parent)
// init controls
game_list = new PackageList (this, ID_GAME_LIST);
stylesheet_list = new PackageList (this, ID_STYLESHEET_LIST);
game_text = new wxStaticText(this, ID_GAME_LIST, _("&Game type:"));
stylesheet_text = new wxStaticText(this, ID_STYLESHEET_LIST, _("&Card style:"));
game_text = new wxStaticText(this, ID_GAME_LIST, _LABEL_("game type"));
stylesheet_text = new wxStaticText(this, ID_STYLESHEET_LIST, _LABEL_("style type"));
// init sizer
wxSizer* s = new wxBoxSizer(wxVERTICAL);
s->Add(game_text, 0, wxALL, 4);