summaryrefslogtreecommitdiffstats
path: root/Tools/pynche/TextViewer.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/pynche/TextViewer.py')
-rw-r--r--Tools/pynche/TextViewer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/pynche/TextViewer.py b/Tools/pynche/TextViewer.py
index e0b7ab1..d971eca 100644
--- a/Tools/pynche/TextViewer.py
+++ b/Tools/pynche/TextViewer.py
@@ -18,6 +18,8 @@ in the text window (which only has a background).
from Tkinter import *
import ColorDB
+ADDTOVIEW = 'Text Window...'
+
class TextViewer:
def __init__(self, switchboard, master=None):
self.__sb = switchboard