From 129ba78dfbf4a44ad45058f354c1426ea530e2ca Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 16 Sep 2004 13:26:01 +0000 Subject: make it compile --- diff --git a/pwmanager/pwmanager/configwndimpl.cpp b/pwmanager/pwmanager/configwndimpl.cpp index 595a6e7..5440498 100644 --- a/pwmanager/pwmanager/configwndimpl.cpp +++ b/pwmanager/pwmanager/configwndimpl.cpp @@ -66,7 +66,7 @@ void ConfigWndImpl::browseAutoStButton_slot() "*|All files"), this)); #else QString path = locateLocal( "data", KGlobal::getAppName() + "/*.pwm"); - path = KFileDialog::getOpenFileName(filename, + path = KFileDialog::getOpenFileName(path, i18n("password filename(*.pwm)"), this); #endif if (path != QString::null) -- cgit v0.9.0.2