menu.append(exif = Gtk::ImageMenuItem.new(utf8(_("View EXIF data"))))
exif.image = Gtk::Image.new("#{$FPATH}/images/stock-list-16.png")
exif.signal_connect('activate') { show_popup($main_window,
menu.append(exif = Gtk::ImageMenuItem.new(utf8(_("View EXIF data"))))
exif.image = Gtk::Image.new("#{$FPATH}/images/stock-list-16.png")
exif.signal_connect('activate') { show_popup($main_window,
{ :title => utf8(_("EXIF data of %s") % File.basename(fullpath)), :nomarkup => true, :scrolled => true }) }
menu.append(Gtk::SeparatorMenuItem.new)
end
{ :title => utf8(_("EXIF data of %s") % File.basename(fullpath)), :nomarkup => true, :scrolled => true }) }
menu.append(Gtk::SeparatorMenuItem.new)
end