From 9e9d463a112d084bd93d0cf125c22f76c2341f5b Mon Sep 17 00:00:00 2001 From: mfranz Date: Wed, 24 May 2006 21:05:48 +0000 Subject: [PATCH] not that! --- src/GUI/property_list.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)), -- 2.39.5