This commit is contained in:
Marius Stanciu 2019-01-30 00:43:59 +02:00 committed by Marius S
parent 5a0488c19f
commit e5b4f5fd6b
2 changed files with 3 additions and 3 deletions

View File

@ -90,8 +90,8 @@ class App(QtCore.QObject):
log.addHandler(handler)
# Version
version = 8.905
version_date = "2019/01/29"
version = 8.906
version_date = "2019/01/30"
beta = True
# URL for update checks and statistics

View File

@ -1343,7 +1343,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
self.panbuttonlabel = QtWidgets.QLabel('<b>Pan Button:</b>')
self.panbuttonlabel.setToolTip("Select the mouse button to use for panning:\n"
"- MMB --> Middle Mouse Button\n"
"- RMB --> Middle Mouse Button")
"- RMB --> Right Mouse Button")
self.pan_button_radio = RadioSet([{'label': 'MMB', 'value': '3'},
{'label': 'RMB', 'value': '2'}])