summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 12b3b9b)
raw | patch | inline | side by side (parent: 12b3b9b)
author | rwst <rwst@users.sourceforge.net> | |
Mon, 1 May 2006 16:25:48 +0000 (16:25 +0000) | ||
committer | rwst <rwst@users.sourceforge.net> | |
Mon, 1 May 2006 16:25:48 +0000 (16:25 +0000) |
src/ui/widget/page-sizer.cpp | patch | blob | history |
index 1f3749bda0e6b2763e2e545dc503b001544f2d0a..4fb77bbdd4e4c427b51b6546913559dcbc283454 100644 (file)
table->set_row_spacings (4);
table->set_col_spacings (4);
- Inkscape::UI::Widget::Button* fit_canv = manage(new Inkscape::UI::Widget::Button(_("Fit page to selection"),
+ Inkscape::UI::Widget::Button* fit_canv = manage(new Inkscape::UI::Widget::Button(_("_Fit page to selection"),
_("Resize the page to fit the current selection, or the entire drawing if there is no selection")));
// prevent fit_canv from expanding
Gtk::Alignment *fit_canv_cont = manage(new Gtk::Alignment(1.0,0.5,0.0,0.0));