author | llornkcor <llornkcor> | 2002-05-22 14:45:47 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-05-22 14:45:47 (UTC) |
commit | d7c7e0a272996ef3ae386e939d25737d3060e427 (patch) (unidiff) | |
tree | e39e2b2591ff4dfdd3928a4171e0c5bf1cbf0c78 | |
parent | 7535b4d2d300c32fd50218a652c32ab4bb5886ab (diff) | |
download | opie-d7c7e0a272996ef3ae386e939d25737d3060e427.zip opie-d7c7e0a272996ef3ae386e939d25737d3060e427.tar.gz opie-d7c7e0a272996ef3ae386e939d25737d3060e427.tar.bz2 |
fixed rampant mt thing
-rw-r--r-- | core/apps/textedit/fileBrowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/textedit/fileBrowser.cpp b/core/apps/textedit/fileBrowser.cpp index 9ad0d69..3798f90 100644 --- a/core/apps/textedit/fileBrowser.cpp +++ b/core/apps/textedit/fileBrowser.cpp | |||
@@ -69,7 +69,7 @@ fileBrowser::fileBrowser( QWidget* parent, const char* name, bool modal, WFlags | |||
69 | 69 | ||
70 | // qDebug(filterStr); | 70 | // qDebug(filterStr); |
71 | // } else { | 71 | // } else { |
72 | filterStr = "*."+ mt.extension(); | 72 | filterStr = "*";//+ mt.extension(); |
73 | // qDebug("description "+mt.description()); | 73 | // qDebug("description "+mt.description()); |
74 | // qDebug( "id "+mt.id()); | 74 | // qDebug( "id "+mt.id()); |
75 | // qDebug("extension "+mt.extension()); | 75 | // qDebug("extension "+mt.extension()); |