diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-15 02:24:17 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-15 02:24:17 +0800 |
commit | 3c3ef4e9159bf8646a9d498617ffc0d4c2ab7f7c (patch) | |
tree | e93dc5c4d070118eb48b22e028cc4be4a20eea16 | |
parent | f3ec5713110e12290e98b4841f8d3234e042cd30 (diff) | |
download | gsoc2013-epiphany-3c3ef4e9159bf8646a9d498617ffc0d4c2ab7f7c.tar gsoc2013-epiphany-3c3ef4e9159bf8646a9d498617ffc0d4c2ab7f7c.tar.gz gsoc2013-epiphany-3c3ef4e9159bf8646a9d498617ffc0d4c2ab7f7c.tar.bz2 gsoc2013-epiphany-3c3ef4e9159bf8646a9d498617ffc0d4c2ab7f7c.tar.lz gsoc2013-epiphany-3c3ef4e9159bf8646a9d498617ffc0d4c2ab7f7c.tar.xz gsoc2013-epiphany-3c3ef4e9159bf8646a9d498617ffc0d4c2ab7f7c.tar.zst gsoc2013-epiphany-3c3ef4e9159bf8646a9d498617ffc0d4c2ab7f7c.zip |
Remove a duplicated lang code.
2004-12-14 Christian Persch <chpe@cvs.gnome.org>
* src/prefs-dialog.c:
Remove a duplicated lang code.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/prefs-dialog.c | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-12-14 Christian Persch <chpe@cvs.gnome.org> + * src/prefs-dialog.c: + + Remove a duplicated lang code. + +2004-12-14 Christian Persch <chpe@cvs.gnome.org> + * data/glade/certificate-dialogs.glade: * data/glade/epiphany.glade: * data/glade/prefs-dialog.glade: diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 3d8f0a7d5..abb93b47d 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -117,7 +117,6 @@ static const char *languages[] = "be", "bg", "bn", - "bs", "br", "bs", "ca", |