From: mfranz Date: Wed, 24 May 2006 21:05:48 +0000 (+0000) Subject: not that! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9e9d463a112d084bd93d0cf125c22f76c2341f5b;p=flightgear.git not that! --- diff --git a/src/GUI/property_list.cxx b/src/GUI/property_list.cxx index e14244c6d..cce541598 100644 --- a/src/GUI/property_list.cxx +++ b/src/GUI/property_list.cxx @@ -101,7 +101,7 @@ static void sanitize(stdString& s) PropertyList::PropertyList(int minx, int miny, int maxx, int maxy, SGPropertyNode *start) : - puaList(minx, miny, maxx, maxy, short(0), 20), + puList(minx, miny, maxx, maxy, short(0), 20), GUI_ID(FGCLASS_PROPERTYLIST), _curr(start), _flags(fgGetNode("/sim/gui/dialogs/property-browser/show-flags", true)),