diff options
Diffstat (limited to 'kcontrol/randr/tderandrtray.cpp')
-rw-r--r-- | kcontrol/randr/tderandrtray.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/randr/tderandrtray.cpp b/kcontrol/randr/tderandrtray.cpp index 32f6f39ac..d6a711db7 100644 --- a/kcontrol/randr/tderandrtray.cpp +++ b/kcontrol/randr/tderandrtray.cpp @@ -353,7 +353,7 @@ void KRandRSystemTray::configChanged() KRandrPassivePopup::message( i18n("Screen configuration has changed"), - currentScreen()->changedMessage(), SmallIcon("window_fullscreen"), + currentScreen()->changedMessage(), SmallIcon("view-fullscreen"), this, "ScreenChangeNotification"); } @@ -409,7 +409,7 @@ void KRandRSystemTray::populateMenu(TDEPopupMenu* menu) { int lastIndex = 0; - menu->insertTitle(SmallIcon("window_fullscreen"), i18n("Screen Size")); + menu->insertTitle(SmallIcon("view-fullscreen"), i18n("Screen Size")); int numSizes = currentScreen()->numSizes(); int* sizeSort = new int[numSizes]; @@ -889,7 +889,7 @@ void KRandRSystemTray::deviceChanged (TDEGenericDevice* device) { if (device->type() == TDEGenericDeviceType::Monitor) { KRandrPassivePopup::message( i18n("New display output options are available!"), - i18n("A screen has been added, removed, or changed"), SmallIcon("window_fullscreen"), + i18n("A screen has been added, removed, or changed"), SmallIcon("view-fullscreen"), this, "ScreenChangeNotification"); reloadDisplayConfiguration(); |