Changeset bb1dfe8cbd976c34ffda8689c15dddd47c0dabd7
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rb88657e
|
rbb1dfe8
|
|
| 1126 | 1126 | |
| 1127 | 1127 | // 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); |
| 1129 | 1129 | dlg.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL); |
| 1130 | 1130 | dlg.add_button(Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT)-> |