Advertisement
babusha

Untitled

Jun 6th, 2011
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.16 KB | None | 0 0
  1. require 'zenity'
  2.  
  3. dialog = Zenity.new
  4. dialog.setText = "Get out of www.linux.org.ru"
  5. dialog.setTitle = "Incomming message" -
  6. dialog.setType = :info
  7. dialog.show
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement