diff --git a/gradint-build/Makefile b/gradint-build/Makefile
index 0bbe0239b502d1e784d68bbfcfb0650ec75537b3..793ef0d66c407b109eabcd4a879c605540266585 100644
--- a/gradint-build/Makefile
+++ b/gradint-build/Makefile
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/src/booktime.py b/gradint-build/src/booktime.py
index f0907d77fb31e72134d8985a2e0833fee51f14f4..4733867fec32c6d8688d26d40ff422918ac02ac3 100644
--- a/gradint-build/src/booktime.py
+++ b/gradint-build/src/booktime.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/src/filescan.py b/gradint-build/src/filescan.py
index 1923d499a09a2f7af45984a78fe4473e7edd70c6..58cfcde0552ba2003c50f98f70c7dcc97331ada5 100644
--- a/gradint-build/src/filescan.py
+++ b/gradint-build/src/filescan.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/src/frontend.py b/gradint-build/src/frontend.py
index ce7a25a1879eff04c6aec29d28692fb30e85f206..464d1fb3f79b510c892aa6ed0743d7ffdcdee4f1 100644
--- a/gradint-build/src/frontend.py
+++ b/gradint-build/src/frontend.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
@@ -1215,10 +1215,7 @@ if useTK:
     textEditorCommand=explorerCommand=None
     if winsound or mingw32 or cygwin:
         textEditorName="Notepad" ; textEditorWaits=1
-        # Try Notepad++ first, otherwise plain notepad
-        textEditorCommand = programFiles+os.sep+"Notepad++"+os.sep+"notepad++.exe"
-        if fileExists(textEditorCommand): textEditorCommand='"'+textEditorCommand+'" -multiInst -notabbar -nosession'
-        else: textEditorCommand="notepad"
+        textEditorCommand="notepad"
         explorerCommand="explorer"
     elif macsound:
         textEditorName="TextEdit"
diff --git a/gradint-build/src/lessonplan.py b/gradint-build/src/lessonplan.py
index 45703200b65d19e9f737fbc1b36efbe6b3edf030..5dedc6475919978faca31dd0cf411897c4af86be 100644
--- a/gradint-build/src/lessonplan.py
+++ b/gradint-build/src/lessonplan.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/src/loop.py b/gradint-build/src/loop.py
index 8d6d01fa2a3ac131159145313cade4ecd65f4fad..10c16a1c38b22264cc5aaaf89f165fa46b7fbf74 100644
--- a/gradint-build/src/loop.py
+++ b/gradint-build/src/loop.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/src/makeevent.py b/gradint-build/src/makeevent.py
index fa9fa207cc0d86f32ca1f111d04796a02500649e..88617d36acd75a79f90defa1ace8456defb6df17 100644
--- a/gradint-build/src/makeevent.py
+++ b/gradint-build/src/makeevent.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/src/play.py b/gradint-build/src/play.py
index 2d5c4f8412fccd1b5e155144483bfa8440875e85..cf440198052c509cf3a0cda86e6f6064cd427ce0 100644
--- a/gradint-build/src/play.py
+++ b/gradint-build/src/play.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/src/recording.py b/gradint-build/src/recording.py
index 19f42f67de22150ebbb5659e4888ee0e196bf66a..72057344ab1deaf53fdb964e621a03a2546d4d2f 100644
--- a/gradint-build/src/recording.py
+++ b/gradint-build/src/recording.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/src/sequence.py b/gradint-build/src/sequence.py
index e58f5c1ba03329a7137e707556834953dbe6244d..f1345dd0c0d6f96e8b5d6ad6a3a6e1d109864bb3 100644
--- a/gradint-build/src/sequence.py
+++ b/gradint-build/src/sequence.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/src/synth.py b/gradint-build/src/synth.py
index 98b065448a0e666fb44fbcdd8e45d7c50515bcca..e8874f2aa311b3e62f074a90ba2bde42b3381afb 100644
--- a/gradint-build/src/synth.py
+++ b/gradint-build/src/synth.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/src/system.py b/gradint-build/src/system.py
index f9ad43aebb68d75b453ecce968e909a19e570bb6..e34d21c5b42d2a45d330ec06a26d0f64c43de000 100644
--- a/gradint-build/src/system.py
+++ b/gradint-build/src/system.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/src/top.py b/gradint-build/src/top.py
index 5eb5f8c8d43b7e76fc1dea04e7adabb51ab8a344..c3c7a17585dd99248a4d5270ae4595abfe3ac99e 100644
--- a/gradint-build/src/top.py
+++ b/gradint-build/src/top.py
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 #   (Python 2 or Python 3, but more fully tested on 2)
 
-program_name = "gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+."
+program_name = "gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+."
 
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff --git a/gradint-build/src/users.py b/gradint-build/src/users.py
index 15390793dcdfdc24b4357ee36301c1b8d9dad487..cfdedeb1d9afdf6f7c15d3e9a1f11242fc1b836b 100644
--- a/gradint-build/src/users.py
+++ b/gradint-build/src/users.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or
diff --git a/gradint-build/thindown.py b/gradint-build/thindown.py
index b12eb56badc627ed916b35809db227f93bfb80a4..c0c02b5615e8991958b356a6c0d9ba6e6927592d 100644
--- a/gradint-build/thindown.py
+++ b/gradint-build/thindown.py
@@ -1,5 +1,5 @@
 # This file is part of the source code of
-# gradint v3.05 (c) 2002-20 Silas S. Brown. GPL v3+.
+# gradint v3.06 (c) 2002-20 Silas S. Brown. GPL v3+.
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation; either version 3 of the License, or