comparison libgui/src/main-window.cc @ 18345:dfc6ef6ac455 gui-release

some text improvements in the gui (#bug 41201) * files-dock-widget.cc (constructor) * find-files-dialog.cc (constructor) * file-editor.cc (construct) * main-window.cc (construct_new_menu) * octave-qt-link.cc (do_debug_cd_or_addpath_error) * settings-dialog.ui (workspace tab) * workspace-model.cc (constructor) * workspace-view.cc (notice_settings) * libgui/languages: updated all language files (wihtout translations)
author Torsten <ttl@justmail.de>
date Thu, 23 Jan 2014 21:00:51 +0100
parents 770c525a1a2b
children 2ea741d22554
comparison
equal deleted inserted replaced
18343:3df71e1d3b24 18345:dfc6ef6ac455
1470 { 1470 {
1471 QMenu *new_menu = p->addMenu (tr ("New")); 1471 QMenu *new_menu = p->addMenu (tr ("New"));
1472 1472
1473 _new_script_action 1473 _new_script_action
1474 = new_menu->addAction (QIcon (":/actions/icons/filenew.png"), 1474 = new_menu->addAction (QIcon (":/actions/icons/filenew.png"),
1475 tr ("Script")); 1475 tr ("New Script"));
1476 _new_script_action->setShortcutContext (Qt::ApplicationShortcut); 1476 _new_script_action->setShortcutContext (Qt::ApplicationShortcut);
1477 1477
1478 _new_function_action = new_menu->addAction (tr ("Function...")); 1478 _new_function_action = new_menu->addAction (tr ("Function..."));
1479 _new_function_action->setEnabled (true); 1479 _new_function_action->setEnabled (true);
1480 _new_function_action->setShortcutContext (Qt::ApplicationShortcut); 1480 _new_function_action->setShortcutContext (Qt::ApplicationShortcut);