mirror of https://github.com/GNOME/gimp.git
app/actionarea.c app/dodgeburn.c app/fuzzy_select.c app/gimpparasite.c
1999-07-27 Tomas Ogren <stric@ing.umu.se> * 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
This commit is contained in:
parent
fdf5f0f181
commit
a89287a132
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
1999-07-27 Tomas Ogren <stric@ing.umu.se>
|
||||
|
||||
* 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 <stric@ing.umu.se>
|
||||
|
||||
* app/preferences_dialog.c: Two more _()'s
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#include <math.h>
|
||||
#include "config.h"
|
||||
#include "appenv.h"
|
||||
#include "resize.h"
|
||||
#include "actionarea.h"
|
||||
|
|
|
@ -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 <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -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 <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "appenv.h"
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#include <math.h>
|
||||
#include "config.h"
|
||||
#include "appenv.h"
|
||||
#include "resize.h"
|
||||
#include "actionarea.h"
|
||||
|
|
|
@ -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 <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
|
||||
/* NOTE: This file is autogenerated by pdbgen.pl. */
|
||||
|
||||
#include "config.h"
|
||||
#include "procedural_db.h"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#include <math.h>
|
||||
#include "config.h"
|
||||
#include "appenv.h"
|
||||
#include "resize.h"
|
||||
#include "actionarea.h"
|
||||
|
|
|
@ -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 <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -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 <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "appenv.h"
|
||||
|
|
|
@ -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 <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -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 <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "appenv.h"
|
||||
|
|
|
@ -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 <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "appenv.h"
|
||||
|
|
Loading…
Reference in New Issue