nbtab.cc
branchgui
changeset 102 25a4698cbe0c
parent 96 e664d8aa3f72
child 108 bf355fd6563e
     1.1 --- a/nbtab.cc	Mon Dec 19 16:59:05 2005 +0000
     1.2 +++ b/nbtab.cc	Tue Jan 03 14:56:45 2006 +0000
     1.3 @@ -30,7 +30,7 @@
     1.4    {
     1.5      Gtk::MessageDialog mdialog("<b>Save changes before closing?</b>", true,
     1.6          Gtk::MESSAGE_WARNING, Gtk::BUTTONS_NONE);
     1.7 -    mdialog.add_button("Close _without Saving", Gtk::RESPONSE_REJECT);
     1.8 +    mdialog.add_button("Close file _without Saving", Gtk::RESPONSE_REJECT);
     1.9      mdialog.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
    1.10      mdialog.add_button(Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
    1.11      switch (mdialog.run())
    1.12 @@ -59,7 +59,7 @@
    1.13    {
    1.14      Gtk::MessageDialog mdialog("<b>Save changes before closing?</b>", true, 
    1.15          Gtk::MESSAGE_WARNING, Gtk::BUTTONS_NONE);
    1.16 -    mdialog.add_button("Close _without Saving", Gtk::RESPONSE_REJECT);
    1.17 +    mdialog.add_button("Close file _without Saving", Gtk::RESPONSE_REJECT);
    1.18      mdialog.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
    1.19      mdialog.add_button(Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
    1.20      switch (mdialog.run())