spek

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

commit d772055446fc7a1c75d3fa7aaa01b71ea31a8da3
parent 4abb8c7f9947d9fe879f9136a9813b46a3ed77b7
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun, 27 Mar 2011 17:12:31 +0800

Add English to the list of languages in the preferences

Diffstat:
Msrc/spek-preferences.vala | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/spek-preferences.vala b/src/spek-preferences.vala @@ -26,6 +26,7 @@ namespace Spek { public string[,] languages = { {"", null}, {"de", "Deutsch"}, + {"en", "English"}, {"es", "Español"}, {"fr", "Français"}, {"nl", "Nederlands"},