Rename glypheditor to glyphdbedit.

This commit is contained in:
Andrey Golovizin 2014-08-25 16:25:00 +02:00
parent 3ed91dff53
commit d2567ea409
2 changed files with 1 additions and 1 deletions

View file

@ -34,7 +34,7 @@ from PyQt4.QtGui import (
from .pageview import PageScene, PageView from .pageview import PageScene, PageView
from .glyphedit import GlyphEdit from .glyphedit import GlyphEdit
from .glypheditor import GlyphDBEdit from .glyphdbedit import GlyphDBEdit
class MainWindow(QMainWindow): class MainWindow(QMainWindow):