diff options
| author | Kees Cook <kees@outflux.net> | 2007-12-29 12:59:05 +0000 |
|---|---|---|
| committer | keescook <keescook@users.sourceforge.net> | 2007-12-29 12:59:05 +0000 |
| commit | 42ff3ea411163a647b43f886b13f0ff4acad6e34 (patch) | |
| tree | 568de7b1851b1ba6efe2cab802ee309ad764b91a /src/ui/widget/rendering-options.cpp | |
| parent | correct build_gridspage (diff) | |
| download | inkscape-42ff3ea411163a647b43f886b13f0ff4acad6e34.tar.gz inkscape-42ff3ea411163a647b43f886b13f0ff4acad6e34.zip | |
clean up print dialog for better integration with gtkmm
(bzr r4331)
Diffstat (limited to 'src/ui/widget/rendering-options.cpp')
| -rw-r--r-- | src/ui/widget/rendering-options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/rendering-options.cpp b/src/ui/widget/rendering-options.cpp index 8a00bcc5d..9ea7c07bd 100644 --- a/src/ui/widget/rendering-options.cpp +++ b/src/ui/widget/rendering-options.cpp @@ -34,7 +34,7 @@ RenderingOptions::RenderingOptions () : _radio_cairo ( new Gtk::RadioButton () ), //_radio_bitmap( new Gtk::RadioButton (_radio_cairo->get_group ()), _radio_bitmap( new Gtk::RadioButton () ), - _widget_cairo( Glib::ustring(_("_Cairo")), + _widget_cairo( Glib::ustring(_("_Vector")), Glib::ustring(_("Render using Cairo vector operations. The resulting image is usually smaller in file " "size and can be arbitrarily scaled, but some " "filter effects will not be correctly rendered.")), |
