Ignore:
Timestamp:
Dec 10, 2013, 8:49:44 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Add LZMA compression possibility through the GUI
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/newt-specific.c

    r3205 r3207  
    12511251/**
    12521252 * Ask the user which compression type they would like to use.
    1253  * The choices are "bzip2", "gzip", "lzo". NULL for exit
     1253 * The choices are "bzip2", "gzip", "lzo", "lzma". NULL for exit
    12541254 */
    12551255    char *which_compression_type() {
     
    12791279        b5 = newtButton(4, 9, "         Exit        ");
    12801280        myForm = newtForm(NULL, NULL, 0);
    1281         newtFormAddComponents(myForm, b1, b3, b2, b5, NULL);
     1281        newtFormAddComponents(myForm, b1, b3, b2, b4, b5, NULL);
    12821282        b_res = newtRunForm(myForm);
    12831283        newtFormDestroy(myForm);
Note: See TracChangeset for help on using the changeset viewer.