Changeset 835 in MondoRescue for trunk/mondo/src/common


Ignore:
Timestamp:
Sep 26, 2006, 12:21:21 AM (18 years ago)
Author:
Bruno Cornec
Message:

Fic compilation warnings and errors (trying o get a building trunk again)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/libmondo-devices.c

    r808 r835  
    18301830        }
    18311831        if (!popup_and_get_string
    1832             ("Prefix.",
    1833              "Please enter the prefix that will be prepended to your ISO filename.  Example: machine1 to obtain machine1-[1-9]*.iso files",
    1834              bkpinfo->prefix, MAX_STR_LEN / 4)) {
     1832            (_("Prefix."),
     1833             _("Please enter the prefix that will be prepended to your ISO filename.  Example: machine1 to obtain machine1-[1-9]*.iso files"),
     1834             bkpinfo->prefix)) {
    18351835            log_to_screen("User has chosen not to backup the PC");
    18361836            finish(1);
Note: See TracChangeset for help on using the changeset viewer.