From 5f7c31eae8f3957f34847bb2b95bffecce284801 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Fri, 8 Jun 2012 21:07:24 +0000 Subject: [PATCH] GEPS008: Moved Spell module svn: r19802 --- po/POTFILES.in | 2 +- src/Makefile.am | 1 - src/gui/Makefile.am | 1 + src/{Spell.py => gui/spell.py} | 0 src/gui/widgets/styledtexteditor.py | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) rename src/{Spell.py => gui/spell.py} (100%) diff --git a/po/POTFILES.in b/po/POTFILES.in index 4f07c4af1..acca8dffb 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -6,7 +6,6 @@ src/const.py src/gramps.py src/LdsUtils.py src/PlaceUtils.py -src/Spell.py src/ToolTips.py src/TransUtils.py src/Utils.py @@ -338,6 +337,7 @@ src/gui/displaystate.py src/gui/grampsbar.py src/gui/grampsgui.py src/gui/makefilter.py +src/gui/spell.py src/gui/tipofday.py src/gui/undohistory.py src/gui/utils.py diff --git a/src/Makefile.am b/src/Makefile.am index 3345dd3b6..03cc55d10 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,6 @@ gdir_PYTHON = \ ImgManip.py\ LdsUtils.py \ MacTransUtils.py\ - Spell.py\ ToolTips.py\ TransUtils.py\ TreeTips.py\ diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index d36c5748c..324e63790 100644 --- a/src/gui/Makefile.am +++ b/src/gui/Makefile.am @@ -39,6 +39,7 @@ pkgpython_PYTHON = \ managedwindow.py \ navigator.py \ pluginmanager.py \ + spell.py \ thumbnails.py \ tipofday.py \ undohistory.py \ diff --git a/src/Spell.py b/src/gui/spell.py similarity index 100% rename from src/Spell.py rename to src/gui/spell.py diff --git a/src/gui/widgets/styledtexteditor.py b/src/gui/widgets/styledtexteditor.py index eec2ed83c..068361b6d 100644 --- a/src/gui/widgets/styledtexteditor.py +++ b/src/gui/widgets/styledtexteditor.py @@ -57,7 +57,7 @@ from gui.widgets.undoablestyledbuffer import UndoableStyledBuffer from gui.widgets.valueaction import ValueAction from gui.widgets.toolcomboentry import ToolComboEntry from gui.widgets.springseparator import SpringSeparatorAction -from Spell import Spell +from gui.spell import Spell from gui.display import display_url import config from constfunc import has_display