COIN-OR::LEMON - Graph Library

Changeset 102:25a4698cbe0c in glemon-0.x for nbtab.cc


Ignore:
Timestamp:
01/03/06 15:56:45 (18 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2444
Message:

Handling of tabs is rationalized a bit. More than one file can be given at startup in command prompt. If there is no file given in command prompt, an empty tab will be present at startup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nbtab.cc

    r96 r102  
    3131    Gtk::MessageDialog mdialog("<b>Save changes before closing?</b>", true,
    3232        Gtk::MESSAGE_WARNING, Gtk::BUTTONS_NONE);
    33     mdialog.add_button("Close _without Saving", Gtk::RESPONSE_REJECT);
     33    mdialog.add_button("Close file _without Saving", Gtk::RESPONSE_REJECT);
    3434    mdialog.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
    3535    mdialog.add_button(Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
     
    6060    Gtk::MessageDialog mdialog("<b>Save changes before closing?</b>", true,
    6161        Gtk::MESSAGE_WARNING, Gtk::BUTTONS_NONE);
    62     mdialog.add_button("Close _without Saving", Gtk::RESPONSE_REJECT);
     62    mdialog.add_button("Close file _without Saving", Gtk::RESPONSE_REJECT);
    6363    mdialog.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
    6464    mdialog.add_button(Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
Note: See TracChangeset for help on using the changeset viewer.