Changeset 145 for branches/openyahtzee-1.8/src/MainFrame.cpp
- Timestamp:
- 01/17/2008 09:02:37 PM (4 years ago)
- File:
-
- 1 edited
-
branches/openyahtzee-1.8/src/MainFrame.cpp (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee-1.8/src/MainFrame.cpp
r144 r145 593 593 } 594 594 else 595 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this);595 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this); 596 596 } 597 597 … … 603 603 { 604 604 if(m_rolls>=3) { 605 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this);605 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this); 606 606 return; 607 607 } … … 634 634 { 635 635 if(m_rolls>=3) { 636 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this);636 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this); 637 637 return; 638 638 } … … 665 665 { 666 666 if(m_rolls>=3) { 667 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this);667 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this); 668 668 return; 669 669 } … … 694 694 { 695 695 if(m_rolls>=3) { 696 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this);696 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this); 697 697 return; 698 698 } … … 720 720 { 721 721 if(m_rolls>=3) { 722 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this);722 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this); 723 723 return; 724 724 } … … 745 745 { 746 746 if(m_rolls>=3) { 747 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this);747 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this); 748 748 return; 749 749 } … … 777 777 } 778 778 else 779 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this);779 wxMessageBox(wxT("First you need to roll, and after you roll you may score"), wxT("Open Yahtzee"), wxOK | wxICON_INFORMATION, this); 780 780 781 781 }
Note: See TracChangeset
for help on using the changeset viewer.
