mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Logo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB |
@@ -146,7 +146,6 @@ bool_yes IMAGE "bool_yes.png"
|
||||
bool_no IMAGE "bool_no.png"
|
||||
|
||||
about IMAGE "about.png"
|
||||
two_beta IMAGE "two_beta.png"
|
||||
btn_normal IMAGE "btn_normal.png"
|
||||
btn_hover IMAGE "btn_hover.png"
|
||||
btn_focus IMAGE "btn_focus.png"
|
||||
|
||||
@@ -17,9 +17,6 @@
|
||||
AboutWindow::AboutWindow(Window* parent)
|
||||
: wxDialog(parent, wxID_ANY, _TITLE_("about"), wxDefaultPosition, wxSize(510,340), wxCLIP_CHILDREN | wxDEFAULT_DIALOG_STYLE | wxTAB_TRAVERSAL)
|
||||
, logo (load_resource_image(_("about")))
|
||||
#if USE_BETA_LOGO
|
||||
, logo2(load_resource_image(_("two_beta")))
|
||||
#endif
|
||||
{
|
||||
// init controls
|
||||
wxControl* ok_button = new HoverButton(this, wxID_OK, _("btn_ok"));
|
||||
|
||||
@@ -27,9 +27,6 @@
|
||||
WelcomeWindow::WelcomeWindow()
|
||||
: wxFrame(nullptr, wxID_ANY, _TITLE_("magic set editor"), wxDefaultPosition, wxSize(520,380), wxDEFAULT_DIALOG_STYLE | wxTAB_TRAVERSAL | wxCLIP_CHILDREN )
|
||||
, logo (load_resource_image(_("about")))
|
||||
#if USE_BETA_LOGO
|
||||
, logo2(load_resource_image(_("two_beta")))
|
||||
#endif
|
||||
{
|
||||
SetIcon(load_resource_icon(_("app")));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user