diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
commit | 998ebd2e683e45140493910f76e692e96887b5d2 (patch) | |
tree | 4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /parts/tipofday | |
parent | 9ba3adb356665bc27c3416c0b916efa89b366bde (diff) | |
download | tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip |
Fix help files, kdevelop->tdevelop branding, fix startup.
Diffstat (limited to 'parts/tipofday')
-rw-r--r-- | parts/tipofday/tipofday_part.cpp | 2 | ||||
-rw-r--r-- | parts/tipofday/tips | 70 |
2 files changed, 36 insertions, 36 deletions
diff --git a/parts/tipofday/tipofday_part.cpp b/parts/tipofday/tipofday_part.cpp index e1de784a..534eefe8 100644 --- a/parts/tipofday/tipofday_part.cpp +++ b/parts/tipofday/tipofday_part.cpp @@ -35,7 +35,7 @@ TipOfDayPart::TipOfDayPart(TQObject *parent, const char *name, const TQStringLis action = new KAction(i18n("&Tip of the Day"), "idea", 0, this, TQT_SLOT(showTip()), actionCollection(), "help_tipofday"); - action->setToolTip(i18n("A tip how to use KDevelop")); + action->setToolTip(i18n("A tip how to use TDevelop")); action->setWhatsThis(i18n("<b>Tip of the day</b><p>" "Will display another good tip \n" "contributed by KDevelop users.")); diff --git a/parts/tipofday/tips b/parts/tipofday/tips index ae79ae33..ad4261b6 100644 --- a/parts/tipofday/tips +++ b/parts/tipofday/tips @@ -1,200 +1,200 @@ -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>If you want to specify additional command-line options to your make program, you can set them in the <b>Project Options</b> dialog, <b>Make Options</b> tab. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>If you use functions of other libraries than the target is currently linked with, you can specify them in the <b>Target Options</b> dialog. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>If you want to change your application's version number, you can change it in the <b>Project Options</b> dialog, <b>General</b> tab, automatically updating your project. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>If you want to create a new project, choose "Project"->"New Project" from the menu. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>If you changed your applications' classes, you should update your API documentation by selecting "Build API Documentation" from the Build menu. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>You can save time if you select "Compile File" from the Build menu or the toolbar, to only compile your current implementation file. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>If you're searching for information on classes or classmembers, select "Search for Help on..." from the Help menu or use "Index" tab of the documentation tree. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> -<p>If you want to have info about something in the KDevelop window, select the "What's this?" button in the toolbar and click on the item you don't know about. +<p>If you want to have info about something in the TDevelop window, select the "What's this?" button in the toolbar and click on the item you don't know about. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>Hint: You can search the documentation for a keyword by marking the word and select "Search in Documentation" in the right button popup menu. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> -<p>The KDevelop Team wishes you a nice day ! +<p>The TDevelop Team wishes you a nice day ! </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> -<p>If you have found a bug in KDevelop, please let us know. Use KDE Bugzilla at http://bugs.kde.org/ or select "Help"->"Report Bug" from the menu. +<p>If you have found a bug in TDevelop, please let us know. Use KDE Bugzilla at http://bugs.kde.org/ or select "Help"->"Report Bug" from the menu. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> -<p>If you want to add your own documentation to the documentation tree use <b>Documentation Tree</b> tab in the <b>Configure KDevelop</b> dialog. +<p>If you want to add your own documentation to the documentation tree use <b>Documentation Tree</b> tab in the <b>Configure TDevelop</b> dialog. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you can create a new class with "New Class" from the "Project" menu? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>To open a project, select "Open Project" from the "Project" menu. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>If you compile your project and get an error, you can click on the error message to switch to the file and line where the error occurred. </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> -<p>...that you can debug your programs within KDevelop by selecting "Debug"->"Start" in the menu? +<p>...that you can debug your programs within TDevelop by selecting "Debug"->"Start" in the menu? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you can switch between classes or namespaces by selecting the class or namespace combo in the toolbar? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you can preview images and icons by selecting them in the file viewer's trees? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you can set the compiler options in the <b>Project Options</b> dialog, <b>Configure Options</b> tab? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you can copy text from the documentation browser to the clipboard and insert it into your sources? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you should keep your library documentation up to date after installing new libraries? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you can configure the syntax-highlighting of the editor? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you can access more internal debug functions selecting "Debug"->"Viewers"? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you can move the cursor by words with Ctrl and left or right arrow? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that your source bookmarks are stored in the project? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> -<p>...that your documentation bookmarks are stored globally in KDevelop configuration? +<p>...that your documentation bookmarks are stored globally in TDevelop configuration? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you can start grep search from inside editor with context menu? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you can set the installation path in "Project"->"Project Options" "Configure Options" with just adding "--prefix=/install/path/" to the "Configure arguments"-list? </html> </tip> -<tip category="KDevelop|General"> +<tip category="TDevelop|General"> <html> <p>...that you can compilie your project in "debug-mode" and "optimized-mode"? </html> |