applied patch from slif@ to make file properties dialog appear with proper window decorations

This commit is contained in:
Vadim Kurland
2010-08-02 21:53:15 +00:00
parent 39490160c2
commit 914ffe8ded
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 3178
#define BUILD_NUM 3182
+1 -1
View File
@@ -59,7 +59,7 @@ filePropDialog::~filePropDialog()
}
filePropDialog::filePropDialog(QWidget *parent, RCS *rcs) :
QDialog(parent, Qt::CustomizeWindowHint|Qt::WindowSystemMenuHint)
QDialog(parent)
{
m_dialog = new Ui::filePropDialog_q;
m_dialog->setupUi(this);