author | llornkcor <llornkcor> | 2002-05-29 15:24:04 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-05-29 15:24:04 (UTC) |
commit | ceaf90ad848c69d693f0c9eedbc8f9ab1935e42f (patch) (unidiff) | |
tree | d66941f764e2c162b1707881ce44b8d396651f98 | |
parent | 949c238e785ad1060db41690bb60b1e252824708 (diff) | |
download | opie-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
-rw-r--r-- | core/apps/textedit/textedit.cpp | 2 |
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 | |||
@@ -510,7 +510,7 @@ void TextEdit::fileOpen() | |||
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 { |