Changeset 3067 in MondoRescue
- Timestamp:
- Nov 12, 2012, 6:21:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mondo/src/mondorestore/mondo-rstr-newt.c
r3060 r3067 1958 1958 bCancel = newtCompactButton(i += 12, 17, "Cancel"); 1959 1959 bOK = newtCompactButton(i += 12, 17, " OK "); 1960 sprintf(tmp, "%-24s %-24s %-8s %s", "Device", "Mountpoint", "Format", 1961 "Size (MB)"); 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)"); 1962 1961 headerMsg = newtLabel(2, 1, tmp); 1963 1962 flawsLabelA = newtLabel(2, 13, " ");
Note:
See TracChangeset
for help on using the changeset viewer.