changeset 553:3ba421b9a389

Only changes in comment. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@793 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 01 Oct 2008 20:23:31 +0000
parents a7affad41c13
children 866129da93cb
files src/uiguisettingsdialog.cpp
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/uiguisettingsdialog.cpp	Wed Oct 01 20:22:44 2008 +0000
+++ b/src/uiguisettingsdialog.cpp	Wed Oct 01 20:23:31 2008 +0000
@@ -35,7 +35,9 @@
 
     // Init the user interface created by the UIC.
 	setupUi(this);
-	//TODO: This has to be removed when the properties for the highlighters can be set.
+    
+	//TODO: This call has to be removed when the properties for the highlighters can be set
+    // with the settings dialog.
 	groupBoxSyntaxHighlighterProperties->setToolTip( "(Will be implemented soon)" + groupBoxSyntaxHighlighterProperties->toolTip() );
 
     // Get all check boxes that are used for settings.