spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit ebfd4c19038464ed3a5e52617038c5b5ed515d35
parent 6387760b7b7481796af7a4151a1e016846a2d299
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Mon, 28 Mar 2011 20:56:34 +0800

Update authors in the about dialogue

Diffstat:
Msrc/spek-window.vala | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/spek-window.vala b/src/spek-window.vala @@ -200,10 +200,11 @@ namespace Spek { private void on_about_clicked () { string[] authors = { "Primary Development:", - "\tAlexander Kojevnikov (maintainer) <alexander@kojevnikov.com>", + "\tAlexander Kojevnikov (maintainer)", "", "Contributors:", - "\tFabian Deutsch" + "\tFabian Deutsch", + "\tStefan Kost" }; string[] artists = { "Olga Vasylevska"