diff options
| author | Luca Bruno <lucab@debian.org> | 2008-02-11 08:30:24 +0000 |
|---|---|---|
| committer | luca_bruno <luca_bruno@users.sourceforge.net> | 2008-02-11 08:30:24 +0000 |
| commit | c16c9189161c55eb837f0554416e0aaa245ae1a9 (patch) | |
| tree | 11396ce6c8817fa18c54d0b087e93543990e793e /src/ui/widget/preferences-widget.cpp | |
| parent | remaining g++ 4.3 compilation fix-ups (diff) | |
| download | inkscape-c16c9189161c55eb837f0554416e0aaa245ae1a9.tar.gz inkscape-c16c9189161c55eb837f0554416e0aaa245ae1a9.zip | |
* Missing localization for Reset preferences button
(bzr r4707)
Diffstat (limited to 'src/ui/widget/preferences-widget.cpp')
| -rw-r--r-- | src/ui/widget/preferences-widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/preferences-widget.cpp b/src/ui/widget/preferences-widget.cpp index 7b94512cf..6c5473caa 100644 --- a/src/ui/widget/preferences-widget.cpp +++ b/src/ui/widget/preferences-widget.cpp @@ -275,7 +275,7 @@ void PrefEntryButtonHBox::init(const std::string& prefs_path, const std::string& _attr = attr; _default_string = default_string; relatedEntry = new Gtk::Entry(); - relatedButton = new Gtk::Button("Reset"); + relatedButton = new Gtk::Button(_("Reset")); relatedEntry->set_invisible_char('*'); relatedEntry->set_visibility(visibility); relatedEntry->set_text(prefs_get_string_attribute(_prefs_path.c_str(), _attr.c_str())); |
