Code

add mnemonic for "Fit page to selection"
authorrwst <rwst@users.sourceforge.net>
Mon, 1 May 2006 16:25:48 +0000 (16:25 +0000)
committerrwst <rwst@users.sourceforge.net>
Mon, 1 May 2006 16:25:48 +0000 (16:25 +0000)
src/ui/widget/page-sizer.cpp

index 1f3749bda0e6b2763e2e545dc503b001544f2d0a..4fb77bbdd4e4c427b51b6546913559dcbc283454 100644 (file)
@@ -243,7 +243,7 @@ PageSizer::init (Registry& reg)
     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));