# File gnome/sample/test-gnome/about.rb, line 37
  def initialize
    super("Test GNOME",
          TestGnomeApp::VERSION,
          "(c) 2001 Foo, Inc.\n(c) 2001 Bar, Inc.",
          "This is the testing gnome application about box",
          TestGnomeApp::AUTHORS,
          TestGnomeApp::DOCUMENTORS,
          "Translation credits",
          nil)
    self.show()
  end