Added insert base64 encoded image into source code

This commit is contained in:
Sergey Kalinin
2018-03-12 16:59:32 +03:00
parent a985948feb
commit ace5dc22f4
9 changed files with 50 additions and 11 deletions

View File

@@ -15,6 +15,8 @@ set ver "0.4.5"
package require BWidget
package require msgcat
package require base64
package require Img
set wishOpList [info commands]
## DO NOT EDIT THIS LINE! USE install.tcl SCRIPT ##
@@ -172,3 +174,5 @@ option add *Dialog.msg.background $editor(bg)
# option add *Text.HighlightThickness 2 userDefault
# option add *Entry.HighlightThickness 1 userDefault