Small fix for refactoring bug

This commit is contained in:
Mika Fischer
2011-06-10 17:10:29 +02:00
parent c415b6c8c6
commit d2c1a6ba87
+1 -1
View File
@@ -189,7 +189,7 @@ class MainWindow(QMainWindow):
"%s - Load Annotations" % APP_NAME, path,
"%s annotation files (%s)" % (APP_NAME, format_str))
if not fname.isEmpty():
self.loadAnnotations(fname)
self.labeltool.loadAnnotations(fname)
def fileSave(self):
filename = self.labeltool.getCurrentFilename()