http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[gnokii.git] / win32_makefile / gui_delphi / GnokiiAPI.pas
index edfbc39..4d6e425 100644 (file)
@@ -101,24 +101,24 @@ const
   FN_WAP=16;\r
   FN_RINGNUMBER=17;\r
 \r
-  F_CAL61=0;   //Calendar in 6110 style - 4 types,...\r
-  F_CAL33=1;   //Calendar in 3310 style - 10 reminders, Unicode, 3 coding types\r
-  F_CAL71=2;   //Calendar in 7110 style - 4 types, recurrance, etc.\r
-  F_PBK33SIM=3;//Phonebook in Unicode(3310 style).Name and number.No internal\r
-  F_PBK33INT=4;//Phonebook in Unicode(3310 style).Name and number.Internal available\r
-  F_PBK71INT=5;//Extended phonebook-multiple numbers,Unicode(7110 style).Internal available\r
-  F_PBK61INT=6;//Name and number,no Unicode(6110 style).Internal available\r
-  F_SMS  =9;   //SMS with Inbox, Outbox\r
-  F_SMS71=10;  //SMS with SMS folders like in 7110\r
-  F_STANIM=20; //Startup logo animated or static\r
-  F_STA=21;    //Startup logo static\r
-  F_STA62=22;  //Startup logo static size 6210\r
-  F_STA71=23;  //Startup logo static size 7110\r
-  F_PROF61=24; //Profiles numbered like in N6110\r
-  F_PROF51=25; //Profiles numbered like in N5110\r
-  F_PROF33=26; //Profiles numbered like in N3310.Unicode names\r
-  F_RING_SM=27;//Binary ringtone in Smart Messaging\r
-  F_RINGBIN=28;//Binary ringtone in binary format\r
+  F_CAL61=1;   //Calendar in 6110 style - 4 types,...\r
+  F_CAL33=2;   //Calendar in 3310 style - 10 reminders, Unicode, 3 coding types\r
+  F_CAL71=3;   //Calendar in 7110 style - 4 types, recurrance, etc.\r
+  F_PBK33SIM=4;//Phonebook in Unicode(3310 style).Name and number.No internal\r
+  F_PBK33INT=5;//Phonebook in Unicode(3310 style).Name and number.Internal available\r
+  F_PBK71INT=6;//Extended phonebook-multiple numbers,Unicode(7110 style).Internal available\r
+  F_PBK61INT=7;//Name and number,no Unicode(6110 style).Internal available\r
+  F_SMS  =10;  //SMS with Inbox, Outbox\r
+  F_SMS71=11;  //SMS with SMS folders like in 7110\r
+  F_STANIM=21; //Startup logo animated or static\r
+  F_STA=22;    //Startup logo static\r
+  F_STA62=23;  //Startup logo static size 6210\r
+  F_STA71=24;  //Startup logo static size 7110\r
+  F_PROF61=25; //Profiles numbered like in N6110\r
+  F_PROF51=26; //Profiles numbered like in N5110\r
+  F_PROF33=27; //Profiles numbered like in N3310.Unicode names\r
+  F_RING_SM=28;//Binary ringtone in Smart Messaging\r
+  F_RINGBIN=29;//Binary ringtone in binary format\r
 \r
 const\r
   GE_SMSTOOLONG=22;\r