|
|
|
@ -75,7 +75,7 @@ void LMSensorsDock::createMenu()
|
|
|
|
|
helpmenu_id=menu->insertItem(SmallIcon("help"), i18n("&Help"), helpmenu);
|
|
|
|
|
menu->insertSeparator();
|
|
|
|
|
if(!noDock) menu->insertItem(sensorsWidget ? i18n("&Minimize"):i18n("&Restore"), this, SLOT(minimizeRestoreWidget() ) ,0,100 );
|
|
|
|
|
menu->insertItem(SmallIcon("exit"),i18n("&Exit"), this, SLOT(close()),0,102);
|
|
|
|
|
menu->insertItem(SmallIcon("system-log-out"),i18n("&Exit"), this, SLOT(close()),0,102);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void LMSensorsDock::createWidgets()
|
|
|
|
|