00001 //LabPlot : tickpos.h 00002 00003 #ifndef TICKPOS_H 00004 #define TICKPOS_H 00005 00006 static const char *tickpositems[] = {I18N_NOOP("out"),I18N_NOOP("in"), 00007 I18N_NOOP("in & out"),I18N_NOOP("none"),0}; 00008 00009 #endif // TICKPOS_H