diff options
Diffstat (limited to 'umbrello')
-rw-r--r-- | umbrello/umbrello/uml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/uml.cpp b/umbrello/umbrello/uml.cpp index 3f0d5a74..12caf6b0 100644 --- a/umbrello/umbrello/uml.cpp +++ b/umbrello/umbrello/uml.cpp @@ -286,7 +286,7 @@ void UMLApp::initActions() { zoomAction = new KPlayerPopupSliderAction(i18n("&Zoom Slider"), "viewmag", Key_F9, TQT_TQOBJECT(this), TQT_SLOT(slotZoomSliderMoved(int)), actionCollection(), "popup_zoom"); - zoom100Action = new TDEAction(i18n( "Z&oom to 100%" ), "viewmag1", 0, + zoom100Action = new TDEAction(i18n( "Z&oom to 100%" ), "zoom-original", 0, TQT_TQOBJECT(this), TQT_SLOT( slotZoom100() ), actionCollection(), "zoom100"); |