00001 //LabPlot : importitems.h 00002 00003 #ifndef IMPORTITEMS_H 00004 #define IMPORTITEMS_H 00005 00006 #include "import.h" 00007 00008 static const char* separatoritems[] = {I18N_NOOP("auto"),",","TAB",0}; 00009 static const char* commentitems[] = {"#","!","//","+","/","c",":",";",0}; 00010 00011 #endif // IMPORTITEMS_H