[rkward-cvs] SF.net SVN: rkward:[3788] trunk/rkward/rkward/settings/ rksettingsmodulecommandeditor.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Fri Sep 16 10:03:39 UTC 2011
Revision: 3788
http://rkward.svn.sourceforge.net/rkward/?rev=3788&view=rev
Author: tfry
Date: 2011-09-16 10:03:39 +0000 (Fri, 16 Sep 2011)
Log Message:
-----------
Clean up.
Modified Paths:
--------------
trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp
Modified: trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp 2011-09-16 10:02:30 UTC (rev 3787)
+++ trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp 2011-09-16 10:03:39 UTC (rev 3788)
@@ -127,7 +127,6 @@
label = new QLabel (i18n ("R script file filters (separated by spaces)"), group);
script_file_filter_box = new QLineEdit (group);
RKCommonFunctions::setTips (i18n ("A list of filters (file name extensions) that should be treated as R script files. Most importantly, files matching one of these filters will always be opened with R syntax highlighting.<br>Filters are case insensitive."), script_file_filter_box, label);
- label->setToolTip (script_file_filter_box->toolTip ());
connect (script_file_filter_box, SIGNAL (textChanged(QString)), this, SLOT (settingChanged()));
box_layout->addWidget (label);
box_layout->addWidget (script_file_filter_box);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list