dummy text

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@163 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-12-24 13:52:49 +00:00
parent ed8f96ec50
commit 966446342f
+5 -4
View File
@@ -31,10 +31,11 @@ class KeywordList : public wxListView {
KeywordsPanel::KeywordsPanel(Window* parent, int id)
: SetWindowPanel(parent, id)
{
/*wxSizer* s = new wxBoxSizer(wxHORIZONTAL);
wxSizer* s2 = new wxBoxSizer(wxVERTICAL);
wxSizer* s = new wxBoxSizer(wxHORIZONTAL);
s->Add(new wxStaticText(this, wxID_ANY, _("Sorry, no keywords for now"),wxDefaultPosition,wxDefaultSize,wxALIGN_CENTER), 1, wxALIGN_CENTER); // TODO: Remove
/* wxSizer* s2 = new wxBoxSizer(wxVERTICAL);
s2->Add(list_active, 1, wxEXPAND);
s2->Add(list_inactive, 1, wxEXPAND);
s2->Add(list_inactive, 1, wxEXPAND);*/
s->SetSizeHints(this);
SetSizer(s);*/
SetSizer(s);
}