[rkward-cvs] SF.net SVN: rkward:[3794] trunk/rkward/rkward/settings/ rksettingsmodulecommandeditor.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Sun Sep 18 11:15:26 UTC 2011


Revision: 3794
          http://rkward.svn.sourceforge.net/rkward/?rev=3794&view=rev
Author:   tfry
Date:     2011-09-18 11:15:26 +0000 (Sun, 18 Sep 2011)
Log Message:
-----------
Fix widget for script file filter setting.

Modified Paths:
--------------
    trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp

Modified: trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp	2011-09-18 09:20:16 UTC (rev 3793)
+++ trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp	2011-09-18 11:15:26 UTC (rev 3794)
@@ -126,6 +126,7 @@
 
 	label = new QLabel (i18n ("R script file filters (separated by spaces)"), group);
 	script_file_filter_box = new QLineEdit (group);
+	script_file_filter_box->setText (script_file_filter);
 	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);
 	connect (script_file_filter_box, SIGNAL (textChanged(QString)), this, SLOT (settingChanged()));
 	box_layout->addWidget (label);

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