Changeset 45138 for titan


Ignore:
Timestamp:
01/15/21 15:00:57 (3 years ago)
Author:
obi
Message:

update systemupdate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/system_update.h

    r43913 r45138  
    352352                                        {
    353353                                                system(cmd);
     354#ifdef OEBUILD
     355                                                textbox(_("Message"), _("Multiboot installation completed successfully\nActivate your new startup"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 800, 200, 0, 0);
     356#else
    354357                                                //should only reached if system fails
    355358                                                textbox(_("Message"), _("Can't start system update\nSyntax Error on updatefile"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 800, 200, 0, 0);
    356359                                                debug(40, "update error cmd: %s", cmd);
     360#endif
    357361                                        }
    358362                                        drawscreen(systemupdate, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.