Changeset 38251 for titan/plugins/multiimage/MultiImage.c
- Timestamp:
- 08/21/16 18:06:23 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/multiimage/MultiImage.c
r38250 r38251 605 605 if(ret == 2) 606 606 { 607 textbox("Message", _("The install process will look in /tmp for an image zip file.\nPlease copy the image to /tmp. 607 textbox("Message", _("The install process will look in /tmp for an image zip file.\nPlease copy the image to /tmp.\nThe filename must not contain blanks."), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, NULL, 0, 800, 200, 0, 0); 608 608 imagefile = screendir("/tmp", "*.zip", NULL, NULL, NULL, NULL, 0, "SELECT", 0, NULL, 0, NULL, 0, 1200, 0, 600, 0, 0); 609 609 if(imagefile != NULL)
Note: See TracChangeset
for help on using the changeset viewer.