[Marble-commits] KDE/kdeedu/marble/src
Dennis Nienhüser
earthwings at gentoo.org
Wed Mar 31 18:23:23 CEST 2010
SVN commit 1109653 by nienhueser:
Add sidebar toggle action and about marble action in small device mode.
M +2 -1 QtMainWindow.cpp
--- trunk/KDE/kdeedu/marble/src/QtMainWindow.cpp #1109652:1109653
@@ -214,10 +214,11 @@
void MainWindow::createMenus()
{
// Do not create too many menu entries on a MID
- // FIXME: Some of these options should come back.
if( MarbleGlobal::getInstance()->profiles() & MarbleGlobal::SmallScreen ) {
menuBar()->addAction(m_workOfflineAct);
+ menuBar()->addAction(m_sideBarAct);
menuBar()->addAction(m_fullScreenAct);
+ menuBar()->addAction(m_aboutMarbleAct);
return;
}
More information about the Marble-commits
mailing list