And here is the trivial patch, by the way.
It breaks i18n by showing the english "All files" to everybody, though.
diff -aur djview4-4.3/src/qdjview.cpp djview4-4.3.new/src/qdjview.cpp
--- djview4-4.3/src/qdjview.cpp 2008-11-02 15:32:30.000000000 +0100
+++ djview4-4.3.new/src/qdjview.cpp 2008-11-02 15:20:03.000000000 +0100
@@ -3486,7 +3486,8 @@
if (viewerMode != STANDALONE)
return;
QString caption = tr("Open - DjView", "dialog caption");
- QString filters = tr("DjVu files") + " (*.djvu *.djv)";
+ QString filters = "All files (*);;" +
+ tr("DjVu files") + " (*.djvu *.djv)";
QString dirname = QDir::currentPath();
QDir dir = QFileInfo(documentFileName).absoluteDir();
if (dir.exists() && !documentFileName.isEmpty())
--
// Jörgen Grahn | mot du jour: Mister Garibaldi !!!
\X/ <[EMAIL PROTECTED]> |
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]