From 939cc0a5a20360f0930aa1d56e3ad532f12cff32 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 22 Sep 2015 11:43:00 +0200 Subject: [PATCH] Authors changed to in order of appearance. --- src/window.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/window.cc b/src/window.cc index d4187da..21fc2c1 100644 --- a/src/window.cc +++ b/src/window.cc @@ -128,10 +128,11 @@ Window::Window() : box(Gtk::ORIENTATION_VERTICAL), notebook(directories), compil }); about.set_version(Singleton::Config::window()->version); - about.set_authors({"Jørgen Lien Sellæg", - "Ole Christian Eidheim", + about.set_authors({"(in order of appearance)", + "Ted Johan Kristoffersen", + "Jørgen Lien Sellæg", "Geir Morten Larsen", - "Ted Johan Kristoffersen"}); + "Ole Christian Eidheim"}); about.set_name("About 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");