[GRASS-CVS] carlos: grass6/raster/r.out.gridatb check_ready.c, 2.2,
2.3
grass at intevation.de
grass at intevation.de
Fri Nov 16 10:24:15 EST 2007
- Previous message: [GRASS-CVS]
hamish: grass6/gui/tcltk/gis.m/docs gm_animate2.png, 1.1,
NONE gm_gcpmgr.png, 1.1, NONE gm_georectdisp.png, 1.1,
NONE gm_georectstart.png, 1.1, NONE gm_gismgr.png, 1.1,
NONE gm_mapdisp.png, 1.1, NONE gm_profile2.png, 1.1, NONE
- Next message: [GRASS-CVS] william: grass6/macosx/app Makefile,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: carlos
Update of /grassrepository/grass6/raster/r.out.gridatb
In directory doto:/tmp/cvs-serv6159/raster/r.out.gridatb
Modified Files:
check_ready.c
Log Message:
Message standardized and localiced
Index: check_ready.c
===================================================================
RCS file: /grassrepository/grass6/raster/r.out.gridatb/check_ready.c,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -d -r2.2 -r2.3
--- check_ready.c 28 Oct 2006 20:33:33 -0000 2.2
+++ check_ready.c 16 Nov 2007 15:24:12 -0000 2.3
@@ -1,5 +1,6 @@
#include <unistd.h>
#include "local_proto.h"
+#include <grass/glocale.h>
void
@@ -9,7 +10,7 @@
mapset = G_find_cell(iname,"");
if (!mapset)
- G_fatal_error("%s - could not find", iname);
+ G_fatal_error(_("Raster map <%s> not find"), iname);
fp = fopen(file, "r");
if (!fp)
- Previous message: [GRASS-CVS]
hamish: grass6/gui/tcltk/gis.m/docs gm_animate2.png, 1.1,
NONE gm_gcpmgr.png, 1.1, NONE gm_georectdisp.png, 1.1,
NONE gm_georectstart.png, 1.1, NONE gm_gismgr.png, 1.1,
NONE gm_mapdisp.png, 1.1, NONE gm_profile2.png, 1.1, NONE
- Next message: [GRASS-CVS] william: grass6/macosx/app Makefile,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the grass-commit
mailing list