author | ladanyi |
Wed, 05 Oct 2005 13:44:29 +0000 | |
changeset 1708 | 8fea0e60f855 |
parent 1707 | 39496e5482af |
child 1709 | a323456bf7c8 |
gui/mapstorage.cc | file | annotate | diff | comparison | revisions |
1.1 --- a/gui/mapstorage.cc Wed Oct 05 13:21:41 2005 +0000 1.2 +++ b/gui/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;