/[gmemo]/gmemo/src/gmemo.h
ViewVC logotype

Diff of /gmemo/src/gmemo.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by flashcode, Tue May 27 19:46:15 2003 UTC revision 1.2 by Bounga, Tue Oct 7 20:36:41 2003 UTC
# Line 23  Line 23 
23  #include <stdio.h>  #include <stdio.h>
24  #include <gtk/gtk.h>  #include <gtk/gtk.h>
25    
26    #include <stdio.h>
27    #include <locale.h>
28    #include <libintl.h>
29    
30    #define PACKAGE "gmemo"
31    #define _(string) gettext(string)
32    #define N_(string) (string)
33    
34    
35  // debug mode, 0 for normal use, 1 or 2 for developers (2 = full debug messages)  // debug mode, 0 for normal use, 1 or 2 for developers (2 = full debug messages)
36  #define DEBUG               0  #define DEBUG               0
37    
 // internationalization  
 #define _(String) gettext (String)  
 #define gettext_noop(String) String  
 #define N_(String) gettext_noop (String)  
   
38  // log filename  // log filename
39    
40  #define GMEMO_LOG_NAME  "gmemo.log"  #define GMEMO_LOG_NAME  "gmemo.log"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26