From 1a80509bdf70f828d339b5b3eec3025b1c422036 Mon Sep 17 00:00:00 2001 From: Worros Date: Wed, 6 Oct 2010 10:59:06 +0800 Subject: [PATCH] Config: Fix breakage from previous patch PF3 was accidentally changed to PF9 --- pyfpdb/Configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py index 7751feae..d7550b38 100644 --- a/pyfpdb/Configuration.py +++ b/pyfpdb/Configuration.py @@ -579,7 +579,7 @@ class GUICashStats(list): [u'avgseats', u'Seats', False, False, u'%3.1f', u'str', 1.0], [u'vpip', u'VPIP', True, True, u'%3.1f', u'str', 1.0], [u'pfr', u'PFR', True, True, u'%3.1f', u'str', 1.0], - [u'pf3', u'PF9', True, True, u'%3.1f', u'str', 1.0], + [u'pf3', u'PF3', True, True, u'%3.1f', u'str', 1.0], [u'aggfac', u'AggFac', True, True, u'%2.2f', u'str', 1.0], [u'aggfrq', u'AggFreq', True, True, u'%3.1f', u'str', 1.0], [u'conbet', u'ContBet', True, True, u'%3.1f', u'str', 1.0],