Changeset 26669
- Timestamp:
- 03/01/14 17:13:57 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r26601 r26669 272 272 void demomodethread(struct stimerthread* self) 273 273 { 274 textbox(_("Message"), _("!!! This is a DEMO Version !!!"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 600, 0, 1);274 textbox(_("Message"), _("!!! test This is a DEMO Version !!!"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 600, 0, 1); 275 275 } 276 276
Note: See TracChangeset
for help on using the changeset viewer.