mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fixed comment in merge_source_field_changed
This commit is contained in:
parent
ea663b9397
commit
36ad3a4c2c
@ -365,7 +365,7 @@ class PluginWidget(QWidget,Ui_Form):
|
|||||||
|
|
||||||
def merge_source_field_changed(self,new_index):
|
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())
|
new_source = str(self.merge_source_field.currentText())
|
||||||
self.merge_source_field_name = new_source
|
self.merge_source_field_name = new_source
|
||||||
|
Loading…
x
Reference in New Issue
Block a user