Changeset 24
- Timestamp:
- 18/12/06 21:45:42 (6 years ago)
- Location:
- trunk/OpenYahtzee/src
- Files:
-
- 2 edited
-
HighScoreDialog.cpp (modified) (1 diff)
-
SettingsDialog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/src/HighScoreDialog.cpp
r23 r24 31 31 32 32 HighScoreDialog::HighScoreDialog(wxWindow* parent,wxWindowID id,HighScoreTableDB *highscoredb) : 33 wxDialog(parent, id, wxT("High-Score Table"), wxDefaultPosition, wxDefaultSize,wxCLOSE_BOX )33 wxDialog(parent, id, wxT("High-Score Table"), wxDefaultPosition, wxDefaultSize,wxCLOSE_BOX | wxCAPTION) 34 34 { 35 35 list<string> table; -
trunk/OpenYahtzee/src/SettingsDialog.cpp
r17 r24 28 28 29 29 SettingsDialog::SettingsDialog(wxWindow* parent, int id): 30 wxDialog(parent, wxID_ANY, wxT("Settins Dialog"), wxDefaultPosition, wxDefaultSize, wxCLOSE_BOX )30 wxDialog(parent, wxID_ANY, wxT("Settins Dialog"), wxDefaultPosition, wxDefaultSize, wxCLOSE_BOX | wxCAPTION) 31 31 { 32 32 // begin wxGlade: SettingsDialog::SettingsDialog
Note: See TracChangeset
for help on using the changeset viewer.
