From 1776addf9c5ff2e81001ccb532ceb9b5d66c8df5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:48:52 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- src/configuredialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/configuredialog.cpp b/src/configuredialog.cpp index d4902b1..78cb174 100644 --- a/src/configuredialog.cpp +++ b/src/configuredialog.cpp @@ -254,7 +254,7 @@ void ConfigureDialog::setIcons(){ tB_general->setItemIconSet( 0, SmallIcon( "scheme_powersave", TQIconSet::Automatic)); tB_general->setItemIconSet( 1, SmallIcon( "button", TQIconSet::Automatic)); tB_general->setItemIconSet( 2, SmallIcon( "scheme_power", TQIconSet::Automatic)); - tB_general->setItemIconSet( 3, SmallIcon( "lock", TQIconSet::Automatic)); + tB_general->setItemIconSet( 3, SmallIcon( "system-lock-screen", TQIconSet::Automatic)); tB_general->setItemIconSet( 4, SmallIcon( "misc", TQIconSet::Automatic)); pB_configNotify->setIconSet(SmallIconSet("knotify", TQIconSet::Automatic)); -- cgit v1.2.3