This commit was manufactured by cvs2svn to create tag
[gnokii.git] / include / gsm-common.h
index c91a4c5..9433499 100644 (file)
@@ -69,8 +69,8 @@
 #define GSM_MAX_REVISION_LENGTH (20)
 #define GSM_MAX_MODEL_LENGTH    (10)
 
-/* In 6210 test 57 there seems to be 75 chars */
-#define NM_MAX_SCREEN_WIDTH 75
+/* In 6210 test 57 there seems to be 75 chars */\r
+#define NM_MAX_SCREEN_WIDTH 75\r
 
 /* Power source types */
 typedef enum {
@@ -301,11 +301,11 @@ typedef enum {
   GE_WRONGCOLORS,           /* Wrong colors in bitmap file */
   GE_INVALIDFILEFORMAT,     /* Invalid format of file */
   GE_SUBFORMATNOTSUPPORTED, /* Subformat of file not supported */
-  GE_TOOSHORT,              /* Too short file, structure, etc. to read */
+  GE_TOOSHORT,              /* Too short file, structure, etc. to read */ /*30*/
   GE_TOOLONG,               /* Too long file, structure, etc. to read */
   GE_INVALIDIMAGESIZE,      /* Invalid size of bitmap (in file, etc.) */
   GE_BUSY,                  /* Command is still being executed. */
-  GE_UNKNOWN,               /* Unknown error - well better than nothing!! */
+  GE_UNKNOWN,               /* Unknown error - well better than nothing!! */ /*34*/
   GE_NOACCESS,
   GE_USERCANCELED,
   GE_MEMORYFULL,
@@ -314,6 +314,7 @@ typedef enum {
   GE_INVALIDBOOKMARKLOCATION,
   GE_INSIDESETTINGSMENU,
   GE_INVALIDSETTINGSLOCATION,
+  GE_EMPTYSMSC,
   
   /* The following are here in anticipation of data call requirements. */