summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-05-29 15:24:04 (UTC)
committer llornkcor <llornkcor>2002-05-29 15:24:04 (UTC)
commitceaf90ad848c69d693f0c9eedbc8f9ab1935e42f (patch) (unidiff)
treed66941f764e2c162b1707881ce44b8d396651f98
parent949c238e785ad1060db41690bb60b1e252824708 (diff)
downloadopie-ceaf90ad848c69d693f0c9eedbc8f9ab1935e42f.zip
opie-ceaf90ad848c69d693f0c9eedbc8f9ab1935e42f.tar.gz
opie-ceaf90ad848c69d693f0c9eedbc8f9ab1935e42f.tar.bz2
: is not the proper way to end a line in C, nor C++.. please use a ; next time
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/apps/textedit/textedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp
index 403bd92..f89ed6d 100644
--- a/core/apps/textedit/textedit.cpp
+++ b/core/apps/textedit/textedit.cpp
@@ -507,13 +507,13 @@ void TextEdit::fileOpen()
507 Config cfg("TextEdit"); 507 Config cfg("TextEdit");
508 cfg.setGroup("View"); 508 cfg.setGroup("View");
509 bool b=FALSE; 509 bool b=FALSE;
510// if(cfg.readEntry("useOldFileDialog") == "TRUE") 510// if(cfg.readEntry("useOldFileDialog") == "TRUE")
511// b=TRUE; 511// b=TRUE;
512// if(!b) { 512// if(!b) {
513 QString str = OFileDialog::getOpenFileName( 1,"/")://,"", "*", this ); 513 QString str = OFileDialog::getOpenFileName( 1,"/");//,"", "*", this );
514 if(!str.isEmpty() ) 514 if(!str.isEmpty() )
515 openFile( str ); 515 openFile( str );
516// } else { 516// } else {
517// QString str; 517// QString str;
518// browseForFiles = new fileBrowser(this,tr("Open File"),TRUE,0, "*"); // 518// browseForFiles = new fileBrowser(this,tr("Open File"),TRUE,0, "*"); //
519// browseForFiles->setFileView( viewSelection ); 519// browseForFiles->setFileView( viewSelection );