Changeset 10865
- Timestamp:
- 11/01/11 12:55:07 (11 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/service.h
r10859 r10865 766 766 if(tmpstr != NULL) 767 767 textbox(_("Message"), _(tmpstr), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, timeout, 0); 768 768 } 769 769 if(flag != 1) 770 770 { -
titan/titan/struct.h
r10849 r10865 187 187 char* name; 188 188 int fastrun; 189 int mmiopen; 189 190 int mmimanager; 190 191 int camanager; … … 192 193 int appmanager; 193 194 int resmanager; 195 char* caids; 194 196 }; 195 197
Note: See TracChangeset
for help on using the changeset viewer.