summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3d73f00)
raw | patch | inline | side by side (parent: 3d73f00)
author | joncruz <joncruz@users.sourceforge.net> | |
Fri, 28 Mar 2008 08:08:20 +0000 (08:08 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Fri, 28 Mar 2008 08:08:20 +0000 (08:08 +0000) |
src/ui/widget/rendering-options.cpp | patch | blob | history |
index 1a1e600522ab74277f0acd1af52db59a78260c29..d17c11d0f7401e45d74747098569d8bfbd7912ea 100644 (file)
* Construct a Rendering Options widget
*
*/
-
+
RenderingOptions::RenderingOptions () :
Gtk::VBox (),
+ _frame_backends ( Glib::ustring(_("Backend")) ),
_radio_vector ( Glib::ustring(_("Vector")) ),
_radio_bitmap ( Glib::ustring(_("Bitmap")) ),
- _frame_backends ( Glib::ustring(_("Backend")) ),
_frame_bitmap ( Glib::ustring(_("Bitmap options")) ),
_dpi( _("DPI"),
Glib::ustring(_("Preferred resolution of rendering, "
} // namespace UI
} // namespace Inkscape
-/*
+/*
Local Variables:
mode:c++
c-file-style:"stroustrup"