Fix Osai problems

This commit is contained in:
Nicola Carminati
2018-08-30 14:51:48 +00:00
parent c0d9df06a8
commit c3053b58e1
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ namespace CMS_CORE_Library
public static readonly string[] VALID_PP_FORMATS = { ".txt", ".cnc", ".ini" };
public static readonly string[] VALID_IMAGE_FORMATS = { ".jpg", ".jpeg", ".png" };
public static readonly string IMAGES_PATH = @"C:/CMS/STEP/pp_img/";
public static readonly string IMAGES_PATH = @"C:\CMS\STEP\pp_img\";
public const int USER_SOFTKEYS_NUMBER = 128;
public const int NC_SOFTKEYS_NUMBER = 32;