diff --git a/buttons.py b/buttons.py index a20cca6..ea03cc5 100644 --- a/buttons.py +++ b/buttons.py @@ -2,7 +2,7 @@ from PyQt4 import QtCore, QtGui import os AOpath = "base/" -AO2XPpath = "base/" +AO2XPpath = "AO2XPbase/" #AOpath = "I:/aovanilla1.7.5/client/base/" class AOToggleButton(QtGui.QLabel):