[rkward-cvs] SF.net SVN: rkward: [785] trunk/rkward/rkward/khelpdlg.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Oct 1 20:37:13 UTC 2006
Revision: 785
http://svn.sourceforge.net/rkward/?rev=785&view=rev
Author: tfry
Date: 2006-10-01 13:37:10 -0700 (Sun, 01 Oct 2006)
Log Message:
-----------
Random cosmetics
Modified Paths:
--------------
trunk/rkward/rkward/khelpdlg.cpp
Modified: trunk/rkward/rkward/khelpdlg.cpp
===================================================================
--- trunk/rkward/rkward/khelpdlg.cpp 2006-10-01 20:35:48 UTC (rev 784)
+++ trunk/rkward/rkward/khelpdlg.cpp 2006-10-01 20:37:10 UTC (rev 785)
@@ -133,17 +133,17 @@
}
QString agrep = "FALSE";
- if(fuzzyCheckBox->isChecked ()==TRUE){
+ if (fuzzyCheckBox->isChecked ()==TRUE) {
agrep="NULL";
}
QString ignoreCase = "TRUE";
- if(caseSensitiveCheckBox->isChecked ()==TRUE){
+ if(caseSensitiveCheckBox->isChecked ()==TRUE) {
ignoreCase="FALSE";
}
QString package = "NULL";
- if (packagesList->currentItem ()!=0){
+ if (packagesList->currentItem ()!=0) {
package="\"";
package.append (packagesList->currentText ());
package.append ("\"");
@@ -152,7 +152,7 @@
// HACK the sequence of options is hardcoded, do not modify
QString fields;
- switch (fieldsList->currentItem ()){
+ switch (fieldsList->currentItem ()) {
case 1: fields = "c(\"alias\", \"concept\", \"title\")";break;
case 2: fields = "c(\"keyword\")";break;
case 3: fields = "c(\"title\")";break;
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