mapstorage.cc
branchgui
changeset 79 e6619f95c97e
parent 77 ba023627ff1a
child 94 adfdc2f70548
     1.1 --- a/mapstorage.cc	Fri Sep 16 09:57:02 2005 +0000
     1.2 +++ b/mapstorage.cc	Wed Oct 05 13:44:29 2005 +0000
     1.3 @@ -181,8 +181,7 @@
     1.4      }
     1.5      greader.run();
     1.6    } catch (DataFormatError& error) {
     1.7 -    Gtk::MessageDialog mdialog("Read Error");
     1.8 -    mdialog.set_message(error.what());
     1.9 +    Gtk::MessageDialog mdialog(error.what());
    1.10      mdialog.run();
    1.11      clear();
    1.12      return 1;