Enhanced stock labels usage. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
efea3c8700
commit
6759ff7d4d
@ -23,6 +23,8 @@
|
||||
# include "wx/wx.h"
|
||||
#endif //precompiled headers
|
||||
|
||||
#include "wx/stockitem.h"
|
||||
|
||||
#include "bombs.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
@ -90,7 +92,7 @@ BombsFrame::BombsFrame(BombsGame *game)
|
||||
menuLevel, wxT("Starts a new game"));
|
||||
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(wxID_EXIT, wxT("E&xit"), wxT("Quits the application"));
|
||||
menuFile->Append(wxID_EXIT, wxGetStockLabel(wxID_EXIT), wxT("Quits the application"));
|
||||
|
||||
menuBar->Append(menuFile, wxT("&File"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user