Changeset 40636
- Timestamp:
- 07/18/17 20:11:13 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/multiimage/MultiImage.c
r39888 r40636 607 607 { 608 608 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); 609 imagefile = screendir("/tmp", "*.zip ", NULL, NULL, NULL, NULL, 0, "SELECT", 0, NULL, 0, NULL, 0, 1200, 0, 600, 0, 0);609 imagefile = screendir("/tmp", "*.zip *.xz", NULL, NULL, NULL, NULL, 0, "SELECT", 0, NULL, 0, NULL, 0, 1200, 0, 600, 0, 0); 610 610 if(imagefile != NULL) 611 611 {
Note: See TracChangeset
for help on using the changeset viewer.