Ignore:
Timestamp:
Sep 29, 2011, 8:37:54 PM (13 years ago)
Author:
Bruno Cornec
Message:

r4323@mzielinski: bruno | 2011-09-29 20:26:04 +0200

  • Various 2.2.10 fixes for lzma support and some mindi improvements
File:
1 edited

Legend:

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

    r2816 r2874  
    12241224        newtComponent b2;
    12251225        newtComponent b3;
    1226         //newtComponent b4;
     1226        newtComponent b4;
    12271227        newtComponent b5;
    12281228        newtComponent b_res;
     
    12361236        b2 = newtButton(18, 1, "gzip");
    12371237        b3 = newtButton(4, 5, "lzo");
    1238         //b4 = newtButton(18, 5, "lzma");
     1238        b4 = newtButton(18, 5, "lzma");
    12391239        b5 = newtButton(4, 9, "         Exit        ");
    12401240        myForm = newtForm(NULL, NULL, 0);
Note: See TracChangeset for help on using the changeset viewer.