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

Comparing trunk/RenegadeMapSelector/MapSelector.cpp (file contents):
Revision 91 by douglas, 2003-03-15T22:17:50-08:00 vs.
Revision 92 by douglas, 2003-03-15T22:23:04-08:00

# Line 223 | Line 223 | void done(GtkWidget* widget, MapSelector
223          if (!gtk_tree_model_get_iter_first(store, &itor))
224          {
225                  message(GTK_WINDOW(data->window), "You need at least one map.",
226 <                        "No Maps", GTK_MESSAGE_INFORMATION);
226 >                        "No Maps", GTK_MESSAGE_INFO);
227          }
228          else
229          {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines