slitaz-tools diff tazbox/tazbox @ rev 878

tazbox: add icons to the buttons (Yad 0.26 supports custom icons)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 02 20:02:16 2014 +0000 (2014-05-02)
parents 1d0373136e45
children 5a8adba12ac2
line diff
     1.1 --- a/tazbox/tazbox	Sun Apr 20 11:47:01 2014 +0100
     1.2 +++ b/tazbox/tazbox	Fri May 02 20:02:16 2014 +0000
     1.3 @@ -109,9 +109,9 @@
     1.4  		--image=$icon --image-on-top \
     1.5  		--text="<b>$(_n 'SliTaz Logout - Please choose an action:')</b>" \
     1.6  		--always-print-result \
     1.7 -		--button "$(_n 'Close X session'):4" \
     1.8 -		--button "$(_n 'Reboot system'):3" \
     1.9 -		--button "$(_n 'Shutdown system'):2"
    1.10 +		--button "$(_n 'Close X session')!system-log-out:4" \
    1.11 +		--button "$(_n 'Reboot system')!reload:3" \
    1.12 +		--button "$(_n 'Shutdown system')!system-shutdown:2"
    1.13  }
    1.14  
    1.15  # generate keymap list
    1.16 @@ -310,10 +310,10 @@
    1.17  		--entry --entry-label="$(_n 'File name')" \
    1.18  		--ricon=editclear \
    1.19  		--always-print-result \
    1.20 -		--button="$(_n 'SHell script'):4" \
    1.21 -		--button="$(_n 'Folder'):3" \
    1.22 +		--button="$(_n 'SHell script')!application-x-shellscript:4" \
    1.23 +		--button="$(_n 'Folder')!stock_folder:3" \
    1.24  		--icon="gtk-new" \
    1.25 -		--button="$(_n 'File'):2" \
    1.26 +		--button="$(_n 'File')!application-text:2" \
    1.27  		--button="gtk-cancel:1"
    1.28  }
    1.29