Changeset 3069 in MondoRescue
- Timestamp:
- Nov 15, 2012, 3:29:00 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mondo/src/mondorestore/mondo-rstr-newt.c
r3067 r3069 1949 1949 finish(1); 1950 1950 } 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"); 1953 1952 i = 4; 1954 1953 bAdd = newtCompactButton(i, 17, " Add "); … … 1958 1957 bCancel = newtCompactButton(i += 12, 17, "Cancel"); 1959 1958 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)"); 1961 1960 headerMsg = newtLabel(2, 1, tmp); 1962 1961 flawsLabelA = newtLabel(2, 13, " ");
Note:
See TracChangeset
for help on using the changeset viewer.