Fixed comment in merge_source_field_changed

This commit is contained in:
GRiker 2012-05-19 10:39:31 -06:00
parent ea663b9397
commit 36ad3a4c2c

View File

@ -365,7 +365,7 @@ class PluginWidget(QWidget,Ui_Form):
def merge_source_field_changed(self,new_index):
'''
Process changes in the header_note_source_field combo box
Process changes in the merge_source_field combo box
'''
new_source = str(self.merge_source_field.currentText())
self.merge_source_field_name = new_source