From 998ebd2e683e45140493910f76e692e96887b5d2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 4 Jul 2012 16:46:19 -0500 Subject: Fix help files, kdevelop->tdevelop branding, fix startup. --- src/mainwindowshare.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainwindowshare.cpp') diff --git a/src/mainwindowshare.cpp b/src/mainwindowshare.cpp index 922ccd26..6386f211 100644 --- a/src/mainwindowshare.cpp +++ b/src/mainwindowshare.cpp @@ -149,8 +149,8 @@ void MainWindowShare::createActions() action = KStdAction::preferences(this, TQT_SLOT(slotSettings()), m_pMainWnd->actionCollection(), "settings_configure" ); - action->setToolTip( i18n( "Configure KDevelop" ) ); - action->setWhatsThis(TQString("%1

%2").arg(i18n( "Configure KDevelop" )).arg(i18n("Lets you customize KDevelop."))); + action->setToolTip( i18n( "Configure TDevelop" ) ); + action->setWhatsThis(TQString("%1

%2").arg(i18n( "Configure TDevelop" )).arg(i18n("Lets you customize TDevelop."))); m_toggleStatusbar = KStdAction::showToolbar(this, TQT_SLOT(slotToggleStatusbar()),m_pMainWnd->actionCollection(), "settings_statusbar"); m_toggleStatusbar->setText(i18n("Show &Statusbar")); @@ -295,7 +295,7 @@ void MainWindowShare::slotConfigureNotifications() void MainWindowShare::slotSettings() { - KDialogBase dlg(KDialogBase::IconList, i18n("Configure KDevelop"), + KDialogBase dlg(KDialogBase::IconList, i18n("Configure TDevelop"), KDialogBase::Help|KDialogBase::Ok|KDialogBase::Cancel, KDialogBase::Ok, m_pMainWnd, "customization dialog"); dlg.setHelp("setup"); -- cgit v1.2.1