Ignore:
Timestamp:
2004-05-26T11:35:09+12:00 (20 years ago)
Author:
mdewsnip
Message:

(Human Info) Replaced all "Global" with displayclass::defaultpackage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/vlistbrowserclass.cpp

    r7392 r7433  
    8888    // get tab size
    8989    text_t tab; int itab;
    90     disp.expandstring ("Global", "_tabwidth_", tab);
     90    disp.expandstring (displayclass::defaultpackage, "_tabwidth_", tab);
    9191    itab = tab.getint();
    9292    if (colnumber > 0) textout << outconvert << disp
     
    130130    // get tab size
    131131    text_t tab; int itab;
    132     disp.expandstring ("Global", "_tabwidth_", tab);
     132    disp.expandstring (displayclass::defaultpackage, "_tabwidth_", tab);
    133133    itab = tab.getint();
    134134    if (colnumber > 0) textout << outconvert << disp
Note: See TracChangeset for help on using the changeset viewer.