Skip to content

Commit 20217a4

Browse files
committed
Change deprecated _popupSettingsDialog() to popupSettingsDialog()
1 parent 1acae90 commit 20217a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/globalPlugins/MathCAT/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def add_MathCAT_menu(self):
3838
mainFrame.sysTrayIcon.Bind(wx.EVT_MENU, self.on_settings, self.settings)
3939

4040
def on_settings(self, evt):
41-
mainFrame._popupSettingsDialog(UserInterface)
41+
mainFrame.popupSettingsDialog(UserInterface)
4242

4343
def terminate(self):
4444
try:

0 commit comments

Comments
 (0)