Changeset 1690 for FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/response/XmlResponse.java
- Timestamp:
- 2008-03-13 14:08:42 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/response/XmlResponse.java
r1667 r1690 76 76 /** Error number UNKNOWN ERROR */ 77 77 public static final int EN_UKNOWN = 110; 78 79 /** Error message NOT AUTHORIZED FOR BROWSING */80 public static final String CM_NOT_AUTHORIZED = "The current user isn't authorized for file browsing!";81 82 /** Error message INVALID TYPE SUPPLIED */83 public static final String CM_INVALID_TYPE = "Invalid resource type specified";84 85 /** Error message INVALID TYPE SUPPLIED */86 public static final String CM_INVALID_COMMAND = "Invalid command specified";87 78 88 79 /**