[Kstars-devel] branches/kstars/summer/kstars/kstars
Prakash Mohan
prak902000 at gmail.com
Mon Aug 10 14:57:39 CEST 2009
SVN commit 1009609 by prakash:
Renaming the menu item, "Equipment writer..." to "Define equipment..." as it allows editing as well.
CCMAIL: kstars-devel at kde.org
M +2 -3 kstarsinit.cpp
--- branches/kstars/summer/kstars/kstars/kstarsinit.cpp #1009608:1009609
@@ -388,11 +388,9 @@
ka = actionCollection()->addAction( "flagmanager" );
ka->setText( i18n( "Flags...") );
connect( ka, SIGNAL( triggered() ), this, SLOT( slotFlagManager() ) );
-
- // comast Menu
ka = actionCollection()->addAction( "ewriter" );
- ka->setText( i18n( "Equipment Writer..." ) );
+ ka->setText( i18n( "Define Equipment..." ) );
ka->setShortcuts( KShortcut( Qt::CTRL+Qt::Key_0 ) );
connect( ka, SIGNAL( triggered() ), this, SLOT( slotEquipmentWriter() ) );
@@ -401,6 +399,7 @@
ka->setShortcuts( KShortcut( Qt::CTRL+Qt::Key_1 ) );
connect( ka, SIGNAL( triggered() ), this, SLOT( slotObserverAdd() ) );
+ //observation menu
ka = actionCollection()->addAction( "execute" );
ka->setText( i18n( "Execute the session Plan..." ) );
ka->setShortcuts( KShortcut( Qt::CTRL+Qt::Key_2 ) );
More information about the Kstars-devel
mailing list