From f973a8310cc378cc86d96bfce3f08f06725a2b7d Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 18 Jan 2005 09:54:32 +0000 Subject: fix --- diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index da1edea..9c10ba6 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -2508,6 +2508,7 @@ void CalendarView::showEventEditor() mEventEditor = mDialogManager->getEventEditor(); } mEventEditor->showMaximized(); + topLevelWidget()->setCaption( i18n("") ); #endif } void CalendarView::showTodoEditor() @@ -2522,6 +2523,7 @@ void CalendarView::showTodoEditor() mTodoEditor = mDialogManager->getTodoEditor(); } mTodoEditor->showMaximized(); + topLevelWidget()->setCaption( i18n("") ); #endif } -- cgit v0.9.0.2