Changeset 14c6a85a3c82290aad5ecb0e75d7193535482169

Show
Ignore:
Timestamp:
01/06/07 23:32:24 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
ca555a305ba7567b0f0270ad9a1180fb2ab928e2
Children:
54d44a3e815561362cc83ddd9ce4e8d70c0cba18
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:32:24Z+0000
Message:

[project @ Set current name in the Save FileChooser?]

Original author: Philipp Kern <phil@…>
Date: 2005-04-24 20:03:33+00:00

Location:
src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • src/logview.cpp

    rbfb82f7 r14c6a85  
    5656        scroll_to_mark(m_end_mark, 0.0f); 
    5757} 
     58 
  • src/window.cpp

    r654b497 r14c6a85  
    304304        Gtk::FileChooserDialog dlg(*this, "Save current document", 
    305305                        Gtk::FILE_CHOOSER_ACTION_SAVE); 
     306        dlg.set_current_name(doc.get_title() ); 
    306307        dlg.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL); 
    307308        dlg.add_button(Gtk::Stock::OK, Gtk::RESPONSE_OK);