~tomasgroth/openlp/portable-path

« back to all changes in this revision

Viewing changes to openlp/plugins/songs/forms/duplicatesongremovalform.py

  • Committer: Tomas Groth
  • Date: 2019-04-30 19:02:42 UTC
  • mfrom: (2829.2.32 openlp)
  • Revision ID: tomasgroth@yahoo.dk-20190430190242-6zwjk8724tyux70m
trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
###############################################################################
5
5
# OpenLP - Open Source Lyrics Projection                                      #
6
6
# --------------------------------------------------------------------------- #
7
 
# Copyright (c) 2008-2018 OpenLP Developers                                   #
 
7
# Copyright (c) 2008-2019 OpenLP Developers                                   #
8
8
# --------------------------------------------------------------------------- #
9
9
# This program is free software; you can redistribute it and/or modify it     #
10
10
# under the terms of the GNU General Public License as published by the Free  #
37
37
from openlp.plugins.songs.lib.db import Song
38
38
from openlp.plugins.songs.lib.songcompare import songs_probably_equal
39
39
 
 
40
 
40
41
log = logging.getLogger(__name__)
41
42
 
42
43
 
129
130
        self.dummy_page = QtWidgets.QWizardPage()
130
131
        self.dummy_page_id = self.addPage(self.dummy_page)
131
132
 
132
 
    def retranslateUi(self):
 
133
    def retranslate_ui(self):
133
134
        """
134
135
        Song wizard localisation.
135
136
        """