Ignore:
Timestamp:
Oct 6, 2011, 1:34:27 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Initialize some global fields with an empty string, now that newt Draws more regularly progress forms
  • Mindi progression still not good, but showing now 3% when calling mindi. Would need a specific handling for the progress bar to evolve more afterwards.
File:
1 edited

Legend:

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

    r2879 r2881  
    638638            newtCenteredWindow(40, 7, title);
    639639            g_isoform_main = newtForm(NULL, NULL, 0);
    640             g_isoform_timeline = newtLabel(1, 5, "This is the timeline");
    641             g_isoform_pcline = newtLabel(1, 6, "This is the pcline");
     640            g_isoform_timeline = newtLabel(1, 5, "                    ");
     641            g_isoform_pcline = newtLabel(1, 6, "                  ");
    642642            newtFormAddComponents(g_isoform_main, g_isoform_timeline,
    643643                                  g_isoform_pcline, g_isoform_header,
Note: See TracChangeset for help on using the changeset viewer.