Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.2, 0.3rc1, and 0.3

rename license file to meet Inno's convention

Changeset aebca9a0402f

Parent d23efae1e61e

by TK Soh

Changes to 2 files · Browse files at aebca9a0402f Showing diff from parent d23efae1e61e Diff from another changeset...

Show Entire File COPYING.txt Stacked
renamed from COPYING
(No changes)
Change 1 of 1 Show Entire File hggtk/​about.py Stacked
 
19
20
21
22
 
23
24
25
 
19
20
21
 
22
23
24
25
@@ -19,7 +19,7 @@
   prog_root = get_prog_root()  hg_icon = os.path.join(prog_root, "icons/tortoise/hg.ico") -license_file = os.path.join(prog_root, "COPYING") +license_file = os.path.join(prog_root, "COPYING.txt")    def browse_url(url):   import threading