Changeset bb1dfe8cbd976c34ffda8689c15dddd47c0dabd7

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

[project @ Forgot to translate at least one string]

Original author: Philipp Kern <phil@…>
Date: 2005-12-10 10:22:10+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/window.cpp

    rb88657e rbb1dfe8  
    11261126 
    11271127                // Add button to allow the user to save the dialog 
    1128                 dlg.add_button("Close without saving", Gtk::RESPONSE_REJECT); 
     1128                dlg.add_button(_("Close without saving"), Gtk::RESPONSE_REJECT); 
    11291129                dlg.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL); 
    11301130                dlg.add_button(Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT)->