Fixing typos
authorAnders Holst <aholst@users.schwerkraft.elitedvb.net>
Tue, 22 Dec 2009 23:03:41 +0000 (23:03 +0000)
committerAnders Holst <aholst@users.schwerkraft.elitedvb.net>
Tue, 22 Dec 2009 23:03:41 +0000 (23:03 +0000)
reconstructapsc/src_cc/Makefile.am
reconstructapsc/src_py/plugin.py

index e37e7e7..46b8cb5 100644 (file)
@@ -2,6 +2,6 @@ installdir = /usr/lib/enigma2/python/Plugins/Extensions/ReconstructApSc/bin
 
 bin_PROGRAMS = reconstruct_apsc
 
-mcut_SOURCES = reconstruct_apsc.cc
+reconstruct_apsc_SOURCES = reconstruct_apsc.cc
 
 install_DATA = reconstruct_apsc
index 9c67d03..9239dad 100644 (file)
@@ -35,7 +35,7 @@ class ReconstructApSc(ChoiceBox):
                        (_("Reconstruct all missing .ap and .sc files in this directory"), "CALLFUNC", self.confirmed2),
                        (_("Check any running reconstruct process"), "CALLFUNC", self.confirmed3),
                ]
-               ChoiceBox.__init__(self, session, _("What would you like to reconstruct?  (\"%s\"") % (self.name), list = tlist, selection = 0)
+               ChoiceBox.__init__(self, session, _("What would you like to reconstruct?  (\"%s\")") % (self.name), list = tlist, selection = 0)
                self.skinName = "ChoiceBox"
 
        def confirmed0(self, arg):