[GRASS-dev] GRASS 7 development started

Hamish hamish_b at yahoo.com
Thu May 29 19:13:05 EDT 2008


Hamish:
> One thing I notice is that _(i18n) macros can break like
> 
> G_message(_
> 	  ("Some message");
> 
> maybe some regex pass after indent to change that to
> 
> G_message(
> 	  _("Some message");
> 
> ?


better example:
 G_fatal_error
	(_
	 ("Can't get projection info of current location



->  G_fatal_error(
           _("Can't get projection info ....



H



      



More information about the grass-dev mailing list