Changeset 38879
- Timestamp:
- 09/18/16 14:02:02 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/multiimage/MultiImage.c
r38874 r38879 272 272 if(ret != 0) 273 273 { 274 textbox(_(" Message"), _("ERROR\nPartition could not be created"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0);274 textbox(_("ERROR"), _("Partition could not be created"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0); 275 275 return 1; 276 276 } … … 352 352 { 353 353 free(path3); path3=NULL; 354 textbox(_(" Message"), _("ERROR\nImage already present!"), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, NULL, 0, 500, 200, 0, 0);354 textbox(_("ERROR"), _("Image already present!"), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, NULL, 0, 500, 200, 0, 0); 355 355 continue; 356 356 }
Note: See TracChangeset
for help on using the changeset viewer.