From 11b7655bb103974d3a855d64dc0b6ec1b0df4ba1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 11 Mar 2010 19:32:01 +0000 Subject: reapplied previous patch git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1620 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/qtfiledialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/qtfiledialog.cpp') diff --git a/src/qmmpui/qtfiledialog.cpp b/src/qmmpui/qtfiledialog.cpp index 64652d1f2..d177925da 100644 --- a/src/qmmpui/qtfiledialog.cpp +++ b/src/qmmpui/qtfiledialog.cpp @@ -32,7 +32,7 @@ const FileDialogProperties QtFileDialogFactory::properties() const FileDialogProperties properties; properties.name = tr("Qt File Dialog"); properties.shortName = "qt_dialog"; - properties.hasAbout = FALSE; + properties.hasAbout = false; return properties; } -- cgit v1.2.3-13-gbd6f