The R Project SVN R-packages

Rev

Rev 4301 | Rev 4836 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4301 Rev 4535
Line 32... Line 32...
32
 
32
 
33
#ifndef __RGUI_H__
33
#ifndef __RGUI_H__
34
#define __RGUI_H__
34
#define __RGUI_H__
35
 
35
 
36
/* GUI version */
36
/* GUI version */
37
#define R_GUI_VERSION_STR "1.19" /* it must be a string, but should parse to a valid real number */
37
#define R_GUI_VERSION_STR "1.20" /* it must be a string, but should parse to a valid real number */
38
 
38
 
39
/* macros for translatable strings */
39
/* macros for translatable strings */
40
#define NLS(S) NSLocalizedString(S,@"")
40
#define NLS(S) NSLocalizedString(S,@"")
41
#define NLSC(S,C) NSLocalizedString(S,C)
41
#define NLSC(S,C) NSLocalizedString(S,C)
42
 
42