From c79a8a4950c098fa6f5a7ae8396feb4dd3a91577 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 06 Jul 2005 19:14:52 +0000 Subject: fixes --- (limited to 'korganizer/mainwindow.cpp') diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index cbf6096..e960424 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -1019,7 +1019,10 @@ void MainWindow::initActions() action->addTo( actionMenu ); connect( action, SIGNAL( activated() ), mView, SLOT( edit_options() ) ); - icon = loadPixmap( pathString + "configure" ); + action = new QAction( i18n("Configure"),icon, i18n("Configure Calendar Files..."), 0, this ); + action->addTo( actionMenu ); + connect( action, SIGNAL( activated() ), + this, SLOT( calHint() ) ); action = new QAction( i18n("Configure"),icon, i18n("Global Settings..."), 0, this ); action->addTo( actionMenu ); connect( action, SIGNAL( activated() ), @@ -1360,7 +1363,12 @@ void MainWindow::initActions() configureAgenda( p->mHourSize ); connect( configureAgendaMenu, SIGNAL( activated( int ) ),this, SLOT(configureAgenda( int ) ) ); } - +void MainWindow::calHint() +{ + QString message = i18n("You can use and display more than one calendar file in KO/Pi. A calendar file is called a resource. To add a calendar or change calendar settings please use menu: View -> Toggle Resource View."); + + KMessageBox::information( this, message); +} void MainWindow::exportToPhone( int mode ) { -- cgit v0.9.0.2