diff options
author | Timothy Pearson <[email protected]> | 2014-10-12 17:50:58 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-12 17:50:58 -0500 |
commit | f5c0bb0b2777155295252abaad672e340677b687 (patch) | |
tree | 331f557b018f2d68585cc4ae60cb05cd9f527f90 /qtruby | |
parent | 1fe73538bc94f7beff87fd6a7d0cd3b2114cc47f (diff) | |
download | tdebindings-f5c0bb0b2777155295252abaad672e340677b687.tar.gz tdebindings-f5c0bb0b2777155295252abaad672e340677b687.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'qtruby')
-rw-r--r-- | qtruby/rubylib/examples/base/kicons.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/examples/base/kicons.rb b/qtruby/rubylib/examples/base/kicons.rb index 3a8ebd6a..5d201c07 100644 --- a/qtruby/rubylib/examples/base/kicons.rb +++ b/qtruby/rubylib/examples/base/kicons.rb @@ -47,7 +47,7 @@ icon_collections = { Icons::FILE_CLOSE => "fileclose", Icons::FILE_SAVE => "filesave", Icons::FILE_SAVE_AS => "filesaveas", - Icons::EXIT => "exit" + Icons::EXIT => "system-log-out" } } $kIcons = TDEIconCollection.new(icon_collections) |