]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/CDMUtilities.h
#3391 bug profile_creatools in Linux/Win32
[crea.git] / lib / creaDevManagerLib / CDMUtilities.h
index 4558c18315f407225ef0e71dfbf3f02ff286ed02..2ba3250a6a954fcfb1ae8d900a7ae22cb2af7a66 100644 (file)
@@ -63,6 +63,7 @@ namespace CDMUtilities
 #elif __APPLE__
   // ------ Apple
   //TODO: implementation for apple
+  static std::string TEXT_EDITOR = "open -e";
 #else
   static std::string TEXT_EDITOR = "gedit";
 #endif
@@ -76,6 +77,7 @@ namespace CDMUtilities
 #elif __APPLE__
   // ------ Apple
   //TODO: implementation for apple
+  static std::string FILE_EXPLORER = "open ";
 #else
   static std::string FILE_EXPLORER = "nautilus";
 #endif
@@ -89,6 +91,7 @@ namespace CDMUtilities
 #elif __APPLE__
   // ------ Apple
   //TODO: implementation for apple
+  static std::string TERMINAL = "open -a Terminal ";  
 #else
   static std::string TERMINAL = "gnome-terminal";
 #endif