Browse Source

More correct authors dialog.

merge-requests/365/head
eidheim 10 years ago
parent
commit
8b033f81d4
  1. 7
      src/window.cc

7
src/window.cc

@ -128,11 +128,10 @@ Window::Window() : box(Gtk::ORIENTATION_VERTICAL), notebook(directories), compil
}); });
about.set_version(Singleton::Config::window()->version); about.set_version(Singleton::Config::window()->version);
about.set_authors({"Ted Johan Kristoffersen", about.set_authors({"Jørgen Lien Sellæg",
"Jørgen Lien Sellæg", "Ole Christian Eidheim",
"Geir Morten Larsen", "Geir Morten Larsen",
"with special thanks to", "Ted Johan Kristoffersen"});
"Ole Christian Eidheim"});
about.set_name("About juCi++"); about.set_name("About juCi++");
about.set_program_name("juCi++"); about.set_program_name("juCi++");
about.set_comments("This is an open source IDE with high-end features to make your programming experience juicy"); about.set_comments("This is an open source IDE with high-end features to make your programming experience juicy");

Loading…
Cancel
Save