Fixed tdehwdevicetray autostart enable/disable functionality. This

resolves bug 2877.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/66/head
Michele Calgaro 5 years ago
parent 47234bdbd2
commit 969a048cd6
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -96,7 +96,7 @@ HwDeviceSystemTray::~HwDeviceSystemTray() {
* result is written to the KDE configfile.
*/
void HwDeviceSystemTray::_quit () {
r_config = new KSimpleConfig("hwdevicetrayrc");
r_config = new KSimpleConfig("tdehwdevicetrayrc");
TQString tmp1 = i18n ("Start hardware device tray automatically when you log in?");
int tmp2 = KMessageBox::questionYesNo (0, tmp1, i18n("Question"), i18n("Start Automatically"), i18n("Do Not Start"));

Loading…
Cancel
Save