git-svn-id: file:///home/svn/framework3/trunk@4793 4d416f70-5f16-0410-b530-b9f4589650da
unstable
fab 2007-04-27 18:40:51 +00:00
parent e8e5e6c3ba
commit af8db5d3cd
2 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ class MsfOpcode
ps = "\n"
$client.platforms.each do |p|
ps << " - " + p.name + "\n"
ps << " - " + p.desc + "\n"
end
textbuffer.set_text( ps )

2
msfgui
View File

@ -25,7 +25,7 @@ end
# or a string describing the version mismatch.
if gtkversion = Gtk.check_version(2,10,0)
$stderr.puts "[*] The msfgui interface requires Gtk+ 2.10 or later"
puts gtkversion
$stderr.puts "[*] Your Gtk+ version : #{gtkversion}"
exit
end