IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2006, 1:32:23 PM (20 years ago)
Author:
jhoblitt
Message:

bug #790 - remove psErrorText.h and inline all error codes. all newly inlined error codes are wrapped with the _() macro from future gettextification

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src

    • Property svn:ignore
      •  

        old new  
        1010libpslib.la.temp
        1111config.h.in
        12 psErrorText.h
        1312*.bb
        1413*.bbg
  • trunk/psLib/src/astro/psCoord.c

    r7914 r8232  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.121 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-07-15 02:57:12 $
     12*  @version $Revision: 1.122 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-08-08 23:32:22 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626#include "psLogMsg.h"
    2727#include "psTrace.h"
    28 #include "psErrorText.h"
     28
    2929#include "psMatrix.h"
    3030#include "psMinimizePolyFit.h"
     
    435435    default:
    436436        psError(PS_ERR_BAD_PARAMETER_TYPE, true,
    437                 PS_ERRORTEXT_psCoord_PROJECTION_TYPE_UNKNOWN,
     437                _("The projection type, %d, is unknown."),
    438438                projection->type);
    439439        psFree(out);
     
    537537    default:
    538538        psError(PS_ERR_BAD_PARAMETER_TYPE, true,
    539                 PS_ERRORTEXT_psCoord_PROJECTION_TYPE_UNKNOWN,
     539                _("The projection type, %d, is unknown."),
    540540                projection->type);
    541541        psFree(out);
Note: See TracChangeset for help on using the changeset viewer.