diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:50:11 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:50:11 -0500 |
commit | 57db10cfd8fb3edfbc04853448ad25e401b6db6e (patch) | |
tree | cc4d5fe081e6ec64474a36ef3698741f71bb37a5 /examples/systray.py | |
parent | a0326dda98d667d8b3543cb37bd5838c7745b4dc (diff) | |
download | pytde-57db10cfd8fb3edfbc04853448ad25e401b6db6e.tar.gz pytde-57db10cfd8fb3edfbc04853448ad25e401b6db6e.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'examples/systray.py')
-rw-r--r-- | examples/systray.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/systray.py b/examples/systray.py index 0eeb6b7..0da1961 100644 --- a/examples/systray.py +++ b/examples/systray.py @@ -45,7 +45,7 @@ mainWindow = MainWin (None, "main window") icons = TDEIconLoader () systray = KSystemTray (mainWindow) -systray.setPixmap (icons.loadIcon("stop", TDEIcon.Desktop)) +systray.setPixmap (icons.loadIcon("process-stop", TDEIcon.Desktop)) systray.show () #mainWindow.show() |