From aa8b192b5e9d0cd49e07e89fd0eaa567121ae1d3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 20:10:05 -0500 Subject: Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance --- kcontrol/randr/tderandrtray.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kcontrol/randr') 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(); -- cgit v1.2.1