Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More minor tweaks |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1b43838aa84d98df89ba9ae6d8302157 |
User & Date: | kevin 2017-02-27 03:47:22 |
Context
2017-02-28
| ||
03:17 | Version tweak check-in: d74a2134d7 user: kevin tags: trunk | |
2017-02-27
| ||
03:47 | More minor tweaks check-in: 1b43838aa8 user: kevin tags: trunk | |
03:27 | Revbump to 6.1 check-in: 2650e50aed user: kevin tags: trunk | |
Changes
Changes to QuickWho.py.
︙ | ︙ | |||
291 292 293 294 295 296 297 | """ self.compassphoto = PhotoImage("compass", data=compassdata) #aboutwindow def aboutWindow(self): | | | | 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 | """ self.compassphoto = PhotoImage("compass", data=compassdata) #aboutwindow def aboutWindow(self): messagebox.showinfo(title='About QuickWho', message='QuickWho: Domain Name Service', icon='info', parent=self, detail='Version 6.1\n(c) 2017 WordTech Communications LLC') #draw the GUI def drawGUI(self): self.title('QuickWho') self.option_add('*tearOff', FALSE) |
︙ | ︙ |
Changes to buildapp.
︙ | ︙ | |||
74 75 76 77 78 79 80 | cd ../ #create archive of entire source tree tar cvfz QuickWho-$1.tgz QuickWho | < < | 74 75 76 77 78 79 80 81 82 83 84 | cd ../ #create archive of entire source tree tar cvfz QuickWho-$1.tgz QuickWho echo "Done." |