fix for merge

This commit is contained in:
Andreas Preikschat 2011-03-03 19:28:41 +01:00
parent 177b061b63
commit 0ea0c9bf60
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class GeneralTab(SettingsTab):
QtCore.QObject.connect(self.customXValueEdit,
QtCore.SIGNAL(u'textEdited(const QString&)'),
self.onDisplayPositionChanged)
# Reload the tab, as the screen resolution/count may has changed.
# Reload the tab, as the screen resolution/count may have changed.
QtCore.QObject.connect(Receiver.get_receiver(),
QtCore.SIGNAL(u'config_screen_changed'), self.load)