Ignore:
Timestamp:
06/01/15 14:27:38 (9 years ago)
Author:
Stephan
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/multiimage/MultiImage.c

    r34435 r34437  
    390390                if(rcret == getrcconfigint("rcred", NULL))
    391391                {
    392                         textbox("Message", _("The install process will look in /tmp for an image.\n Please copy the image to /tmp as zip file."), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, 800, 200, 0, 0);                     
     392                        textbox("Message", _("The install process will look in /tmp for an image.\n Please copy the image to /tmp as zip file."), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, NULL, 0, 800, 200, 0, 0);                   
    393393                        path3 = ostrcat(path2, "/", 0, 0);
    394394                        path3 = ostrcat(path3, imagename->ret, 1, 0);
Note: See TracChangeset for help on using the changeset viewer.