ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/RenegadeMapSelector/RenegadeMapSelector.cpp
(Generate patch)

Comparing trunk/RenegadeMapSelector/RenegadeMapSelector.cpp (file contents):
Revision 89 by douglas, 2003-03-15T22:00:25-08:00 vs.
Revision 90 by douglas, 2003-03-15T22:15:08-08:00

# Line 132 | Line 132 | int main(int argc, char* argv[])
132                          error = "The argument " + arg + " is not a valid argument.";
133  
134   #ifdef _WIN32
135 <                        MessageBox(NULL, error.c_str(), "Unknown Arguments", MB_ICONWARN);
135 >                        MessageBox(NULL, error.c_str(), "Unknown Arguments", MB_ICONWARNING
136 >                                );
137   #else
138                          message(NULL, error, "Unknown Arguments", GTK_MESSAGE_WARNING);
139   #endif
# Line 230 | Line 231 | int CALLBACK selector(HWND hwndDlg, UINT
231                          if (GetListBoxInfo(GetDlgItem(hwndDlg, IDC_SELECTED)) == 0)
232                          {
233                                  MessageBox(hwndDlg, "You need at least one map.", "No Maps",
234 <                                        MB_ICONEXCLAMATION);
234 >                                        MB_ICONINFORMATION);
235  
236                                  return false;
237                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines