diff options
author | Timothy Pearson <[email protected]> | 2014-10-12 17:49:05 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-12 17:49:05 -0500 |
commit | a6ac7e8c7c59d45251a91c58ef6427488f9bef86 (patch) | |
tree | f35a49a0f9e3b34c94d130a7cb9d2a6d7c08a1eb /src/electronics/components | |
parent | af0154d1a15a3e09c3bda7268a9387166ae3a763 (diff) | |
download | ktechlab-a6ac7e8c7c59d45251a91c58ef6427488f9bef86.tar.gz ktechlab-a6ac7e8c7c59d45251a91c58ef6427488f9bef86.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'src/electronics/components')
-rw-r--r-- | src/electronics/components/piccomponent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/electronics/components/piccomponent.cpp b/src/electronics/components/piccomponent.cpp index 9ee429d..30f946f 100644 --- a/src/electronics/components/piccomponent.cpp +++ b/src/electronics/components/piccomponent.cpp @@ -84,7 +84,7 @@ PICComponent::PICComponent( ICNDocument *icnDocument, bool newItem, const char * addButton( "run", TQRect(), TDEGlobal::iconLoader()->loadIcon( "player_play", TDEIcon::Small ) ); addButton( "pause", TQRect(), TDEGlobal::iconLoader()->loadIcon( "player_pause", TDEIcon::Small ) ); - addButton( "reset", TQRect(), TDEGlobal::iconLoader()->loadIcon( "stop", TDEIcon::Small ) ); + addButton( "reset", TQRect(), TDEGlobal::iconLoader()->loadIcon( "process-stop", TDEIcon::Small ) ); addButton( "reload", TQRect(), TDEGlobal::iconLoader()->loadIcon( "reload", TDEIcon::Small ) ); if ( icnDocument->ktechlab() ) |