-rw-r--r-- | korganizer/calendarview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index da1edea..9c10ba6 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -2509,4 +2509,5 @@ void CalendarView::showEventEditor() } mEventEditor->showMaximized(); + topLevelWidget()->setCaption( i18n("") ); #endif } @@ -2523,4 +2524,5 @@ void CalendarView::showTodoEditor() } mTodoEditor->showMaximized(); + topLevelWidget()->setCaption( i18n("") ); #endif } |