Changeset 3477 in MondoRescue for branches/3.2/mondo/src/common/newt-specific.c
- Timestamp:
- Oct 15, 2015, 4:27:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/newt-specific.c
r3413 r3477 1282 1282 b8 = newtButton(17, 13, " Exit "); 1283 1283 myForm = newtForm(NULL, NULL, 0); 1284 newtFormAddComponents(myForm, b1, b5, b3, b7, b2, b4, b6, b8, 1285 NULL); 1284 newtFormAddComponents(myForm, b1, b5, b3, b7, b2, b4, b6, b8, NULL); 1286 1285 b_res = newtRunForm(myForm); 1287 1286 newtFormDestroy(myForm);
Note:
See TracChangeset
for help on using the changeset viewer.