diff options
Diffstat (limited to 'bab')
-rw-r--r-- | bab/CMakeL10n.txt | 2 | ||||
-rw-r--r-- | bab/bab.h | 2 | ||||
-rw-r--r-- | bab/bab_iface.h | 2 | ||||
-rw-r--r-- | bab/main.cpp | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/bab/CMakeL10n.txt b/bab/CMakeL10n.txt index b0866ab..c2a9863 100644 --- a/bab/CMakeL10n.txt +++ b/bab/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "bab" ) +tde_l10n_create_template( "messages/baghira-switcher/" ) @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Thomas Lübking * + * Copyright (C) 2004 by Thomas Lübking * * thomas@home * * * * This program is free software; you can redistribute it and/or modify * diff --git a/bab/bab_iface.h b/bab/bab_iface.h index faf7bd2..16ede51 100644 --- a/bab/bab_iface.h +++ b/bab/bab_iface.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Thomas Lübking * + * Copyright (C) 2004 by Thomas Lübking * * thomas@home * * * * This program is free software; you can redistribute it and/or modify * diff --git a/bab/main.cpp b/bab/main.cpp index 076d3d6..a4a5682 100644 --- a/bab/main.cpp +++ b/bab/main.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Thomas Lübking * + * Copyright (C) 2004 by Thomas Lübking * * thomas@home * * * * This program is free software; you can redistribute it and/or modify * @@ -62,7 +62,7 @@ static TDECmdLineOptions options[] = int main(int argc, char **argv) { - TDEAboutData about("bab", I18N_NOOP("BAB - Baghira Aqua/Brushed Switcher"), version, description, + TDEAboutData about("baghira-switcher", I18N_NOOP("BAB - Baghira Aqua/Brushed Switcher"), version, description, TDEAboutData::License_GPL, "(C) 2004/2005 Thomas Lübking", 0, 0, "baghira-style@gmx.net"); about.addAuthor( "Thomas Lübking", 0, "baghira-style@gmx.net" ); TDECmdLineArgs::init(argc, argv, &about); |