Change theme selection to wxChoice.

This commit is contained in:
Rachel Bryk
2013-01-10 00:22:28 -05:00
parent f1489a4e18
commit 3ebe0718b8
2 changed files with 11 additions and 11 deletions

View File

@ -165,7 +165,7 @@ private:
wxCheckBox* ConfirmStop;
wxCheckBox* UsePanicHandlers;
wxCheckBox* OnScreenDisplayMessages;
wxRadioBox* Theme;
wxChoice* Theme;
wxChoice* InterfaceLang;
wxButton* HotkeyConfig;