[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim] korganizer: Relabel the "Month View" action to "Month" for the sake of consistency.
From:       Allen Winter <winter () kde ! org>
Date:       2012-01-31 22:14:12
Message-ID: 20120131221412.7E2F6A60A6 () git ! kde ! org
[Download RAW message or body]

Git commit b569969ff2024657f4183536c50d7b9295b0327f by Allen Winter.
Committed on 31/01/2012 at 15:36.
Pushed by winterz into branch 'master'.

Relabel the "Month View" action to "Month" for the sake of consistency.
MERGE: none

M  +2    -2    korganizer/actionmanager.cpp

http://commits.kde.org/kdepim/b569969ff2024657f4183536c50d7b9295b0327f

diff --git a/korganizer/actionmanager.cpp b/korganizer/actionmanager.cpp
index 6fe314f..9e53e54 100644
--- a/korganizer/actionmanager.cpp
+++ b/korganizer/actionmanager.cpp
@@ -469,7 +469,7 @@ void ActionManager::initActions()
   connect( action, SIGNAL(triggered(bool)), mCalendarView->viewManager(),
            SLOT(showWhatsNextView()) );
 
-  action = new KAction( KIcon( "view-calendar-month" ), i18n( "&Month View" ), this );
+  action = new KAction( KIcon( "view-calendar-month" ), i18n( "&Month" ), this );
   mACollection->addAction( "view_month", action );
   connect( action, SIGNAL(triggered(bool)),
            mCalendarView->viewManager(), SLOT(showMonthView()) );
@@ -1235,7 +1235,7 @@ void ActionManager::exportHTML( KOrg::HTMLExportSettings *settings )
   if ( KOGlobals::self()->holidays() ) {
     KHolidays::Holiday::List holidays = KOGlobals::self()->holidays()->holidays(
                                         settings->dateStart().date(), settings->dateEnd().date() );
-    foreach ( KHolidays::Holiday holiday, holidays ) {
+    foreach ( const KHolidays::Holiday &holiday, holidays ) {
       exportJob->addHoliday( holiday.date(), holiday.text() );
     }
   }

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic