author | ladanyi |
Wed, 05 Oct 2005 13:44:29 +0000 | |
branch | gui |
changeset 79 | e6619f95c97e |
parent 78 | 1a4e0185afdf |
child 80 | 231191361de5 |
mapstorage.cc | file | annotate | diff | comparison | revisions |
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;