Changeset 3069 in MondoRescue for branches/3.0/mondo


Ignore:
Timestamp:
Nov 15, 2012, 3:29:00 AM (11 years ago)
Author:
Bruno Cornec
Message:

r5060@localhost: bruno | 2012-11-15 00:45:00 +0100

  • Improve WARNING msg for edit mountlist now at the bottom of the screen to avoid printing issues
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/mondorestore/mondo-rstr-newt.c

    r3067 r3069  
    19491949        finish(1);
    19501950    }
    1951     newtPushHelpLine
    1952         ("   Please edit the mountlist to your satisfaction, then click OK or Cancel.");
     1951    newtPushHelpLine("WARNING: No LVM modification possible here. Edit /tmp/i-want-my-lvm instead");
    19531952    i = 4;
    19541953    bAdd = newtCompactButton(i, 17, " Add ");
     
    19581957    bCancel = newtCompactButton(i += 12, 17, "Cancel");
    19591958    bOK = newtCompactButton(i += 12, 17, "  OK  ");
    1960     sprintf(tmp, "WARNING: No LVM modification possible here. Edit /tmp/i-want-my-lvm instead\n%-24s %-24s %-8s  %s", "Device", "Mountpoint", "Format", "Size (MB)");
     1959    sprintf(tmp, "%-24s %-24s %-8s  %s", "Device", "Mountpoint", "Format", "Size (MB)");
    19611960    headerMsg = newtLabel(2, 1, tmp);
    19621961    flawsLabelA = newtLabel(2, 13, "         ");
Note: See TracChangeset for help on using the changeset viewer.