diff --git a/ChangeLog b/ChangeLog index 8cdc5a7243..7e8a3d4144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1999-07-27 Tomas Ogren + + * app/actionarea.c + * app/dodgeburn.c + * app/fuzzy_select.c + * app/gimpparasite.c + * app/gimpunit.c + * app/procedural_db_cmds.c + * app/resize.c: Misc i18n fixes + 1999-07-27 Tomas Ogren * app/preferences_dialog.c: Two more _()'s diff --git a/app/actionarea.c b/app/actionarea.c index 1d76ca4188..ef75e57288 100644 --- a/app/actionarea.c +++ b/app/actionarea.c @@ -15,6 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include "actionarea.h" #include "libgimp/gimpintl.h" diff --git a/app/core/gimp-parasites.c b/app/core/gimp-parasites.c index 5599a0cf1f..1b4b7acbae 100644 --- a/app/core/gimp-parasites.c +++ b/app/core/gimp-parasites.c @@ -119,8 +119,8 @@ gimp_parasiterc_save(void) if (!fp) return; - fprintf (fp, _("# GIMP parasiterc\n")); - fprintf (fp, _("# This file will be entirely rewritten every time you quit the gimp.\n\n")); + fprintf (fp, _("# GIMP parasiterc\n" + "# This file will be entirely rewritten every time you quit the gimp.\n\n")); parasite_list_foreach (parasites, (GHFunc)save_func, fp); diff --git a/app/core/gimpparasite.c b/app/core/gimpparasite.c index 5599a0cf1f..1b4b7acbae 100644 --- a/app/core/gimpparasite.c +++ b/app/core/gimpparasite.c @@ -119,8 +119,8 @@ gimp_parasiterc_save(void) if (!fp) return; - fprintf (fp, _("# GIMP parasiterc\n")); - fprintf (fp, _("# This file will be entirely rewritten every time you quit the gimp.\n\n")); + fprintf (fp, _("# GIMP parasiterc\n" + "# This file will be entirely rewritten every time you quit the gimp.\n\n")); parasite_list_foreach (parasites, (GHFunc)save_func, fp); diff --git a/app/core/gimpunit.c b/app/core/gimpunit.c index f79675db45..5584403394 100644 --- a/app/core/gimpunit.c +++ b/app/core/gimpunit.c @@ -296,12 +296,12 @@ void save_unitrc (void) if (!fp) return; - fprintf (fp, _("# GIMP unitrc\n")); - fprintf (fp, _("# This file contains your user unit database. You can\n")); - fprintf (fp, _("# modify this list with the unit editor. You are not\n")); - fprintf (fp, _("# supposed to edit it manually, but of course you can do.\n")); - fprintf (fp, _("# This file will be entirely rewritten every time you\n")); - fprintf (fp, _("# quit the gimp.\n\n")); + fprintf (fp, _("# GIMP unitrc\n" + "# This file contains your user unit database. You can\n" + "# modify this list with the unit editor. You are not\n" + "# supposed to edit it manually, but of course you can do.\n" + "# This file will be entirely rewritten every time you\n" + "# quit the gimp.\n\n")); /* save user defined units */ for (i = gimp_unit_get_number_of_built_in_units(); diff --git a/app/dialogs/resize-dialog.c b/app/dialogs/resize-dialog.c index 253510e8b0..7a0ef0f835 100644 --- a/app/dialogs/resize-dialog.c +++ b/app/dialogs/resize-dialog.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include +#include "config.h" #include "appenv.h" #include "resize.h" #include "actionarea.h" diff --git a/app/dodgeburn.c b/app/dodgeburn.c index 0c9de4348c..3889fff67d 100644 --- a/app/dodgeburn.c +++ b/app/dodgeburn.c @@ -15,6 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include #include #include diff --git a/app/fuzzy_select.c b/app/fuzzy_select.c index 7dbbd166d1..1fc18f54c1 100644 --- a/app/fuzzy_select.c +++ b/app/fuzzy_select.c @@ -15,6 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include #include #include "appenv.h" diff --git a/app/gimpparasite.c b/app/gimpparasite.c index 5599a0cf1f..1b4b7acbae 100644 --- a/app/gimpparasite.c +++ b/app/gimpparasite.c @@ -119,8 +119,8 @@ gimp_parasiterc_save(void) if (!fp) return; - fprintf (fp, _("# GIMP parasiterc\n")); - fprintf (fp, _("# This file will be entirely rewritten every time you quit the gimp.\n\n")); + fprintf (fp, _("# GIMP parasiterc\n" + "# This file will be entirely rewritten every time you quit the gimp.\n\n")); parasite_list_foreach (parasites, (GHFunc)save_func, fp); diff --git a/app/gimpunit.c b/app/gimpunit.c index f79675db45..5584403394 100644 --- a/app/gimpunit.c +++ b/app/gimpunit.c @@ -296,12 +296,12 @@ void save_unitrc (void) if (!fp) return; - fprintf (fp, _("# GIMP unitrc\n")); - fprintf (fp, _("# This file contains your user unit database. You can\n")); - fprintf (fp, _("# modify this list with the unit editor. You are not\n")); - fprintf (fp, _("# supposed to edit it manually, but of course you can do.\n")); - fprintf (fp, _("# This file will be entirely rewritten every time you\n")); - fprintf (fp, _("# quit the gimp.\n\n")); + fprintf (fp, _("# GIMP unitrc\n" + "# This file contains your user unit database. You can\n" + "# modify this list with the unit editor. You are not\n" + "# supposed to edit it manually, but of course you can do.\n" + "# This file will be entirely rewritten every time you\n" + "# quit the gimp.\n\n")); /* save user defined units */ for (i = gimp_unit_get_number_of_built_in_units(); diff --git a/app/gui/resize-dialog.c b/app/gui/resize-dialog.c index 253510e8b0..7a0ef0f835 100644 --- a/app/gui/resize-dialog.c +++ b/app/gui/resize-dialog.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include +#include "config.h" #include "appenv.h" #include "resize.h" #include "actionarea.h" diff --git a/app/paint/gimpdodgeburn.c b/app/paint/gimpdodgeburn.c index 0c9de4348c..3889fff67d 100644 --- a/app/paint/gimpdodgeburn.c +++ b/app/paint/gimpdodgeburn.c @@ -15,6 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include #include #include diff --git a/app/procedural_db_cmds.c b/app/procedural_db_cmds.c index 8c28ddea45..2f414e9efb 100644 --- a/app/procedural_db_cmds.c +++ b/app/procedural_db_cmds.c @@ -18,9 +18,9 @@ /* NOTE: This file is autogenerated by pdbgen.pl. */ +#include "config.h" #include "procedural_db.h" -#include "config.h" #include #include diff --git a/app/resize.c b/app/resize.c index 253510e8b0..7a0ef0f835 100644 --- a/app/resize.c +++ b/app/resize.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include +#include "config.h" #include "appenv.h" #include "resize.h" #include "actionarea.h" diff --git a/app/tools/dodgeburn.c b/app/tools/dodgeburn.c index 0c9de4348c..3889fff67d 100644 --- a/app/tools/dodgeburn.c +++ b/app/tools/dodgeburn.c @@ -15,6 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include #include #include diff --git a/app/tools/fuzzy_select.c b/app/tools/fuzzy_select.c index 7dbbd166d1..1fc18f54c1 100644 --- a/app/tools/fuzzy_select.c +++ b/app/tools/fuzzy_select.c @@ -15,6 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include #include #include "appenv.h" diff --git a/app/tools/gimpdodgeburntool.c b/app/tools/gimpdodgeburntool.c index 0c9de4348c..3889fff67d 100644 --- a/app/tools/gimpdodgeburntool.c +++ b/app/tools/gimpdodgeburntool.c @@ -15,6 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include #include #include diff --git a/app/tools/gimpfuzzyselecttool.c b/app/tools/gimpfuzzyselecttool.c index 7dbbd166d1..1fc18f54c1 100644 --- a/app/tools/gimpfuzzyselecttool.c +++ b/app/tools/gimpfuzzyselecttool.c @@ -15,6 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include #include #include "appenv.h" diff --git a/app/tools/gimpregionselecttool.c b/app/tools/gimpregionselecttool.c index 7dbbd166d1..1fc18f54c1 100644 --- a/app/tools/gimpregionselecttool.c +++ b/app/tools/gimpregionselecttool.c @@ -15,6 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include #include #include "appenv.h"