OSDN Git Service

Linux上で展開先をDolphinで開く機能に対応。
[tpi/lychee.git] / src / lychee / lychee.h
index 50f4821..dc59181 100644 (file)
@@ -43,9 +43,11 @@ WX_DECLARE_OBJARRAY(TPI_FILEINFO, ArrayTPI_FILEINFO);
 #ifdef __WINDOWS__\r
 #define TPI_EXT wxT(".dll")\r
 #define EXE_EXT wxT(".exe")\r
+#define DIR_APP wxT("explorer ")\r
 #else\r
 #define TPI_EXT wxT(".so")\r
 #define EXE_EXT (wxString) wxEmptyString\r
+#define DIR_APP wxT("dolphin ")\r
 #endif\r
 \r
 #define L_DIR_BIN wxT("./")\r