Skip to content

Commit 871f125

Browse files
authored
Ver 2.5.5
Ver 2.5.5
1 parent 9ba14e2 commit 871f125

File tree

6 files changed

+893
-101
lines changed

6 files changed

+893
-101
lines changed

network_sketcher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self):
4242
self.click_value_3rd = ''
4343
self.click_value_VPN = ''
4444
self.root = TkinterDnD.Tk()
45-
self.root.title("Network Sketcher ver 2.5.4a")
45+
self.root.title("Network Sketcher ver 2.5.5")
4646
self.root.geometry("510x200+100+100")
4747

4848
def resource_path(relative_path):
@@ -683,7 +683,7 @@ def sub_excel_master_1(self,file_type_array):
683683
self.sub2_A = tk.LabelFrame(self.sub2_1, text='Lab', font=("", 14), height=1, background="#D9D9D9")
684684
self.sub2_A.grid(row=9, column=0, sticky='W', padx=5, pady=10, ipadx=5, ipady=2)
685685

686-
self.sub2_9_button_1 = tk.Button(self.sub2_A, text="Export AI Context file (Beta2)", font=("", 12), command=lambda: self.click_action_sub('self.self.sub2_9_button_1', push_array))
686+
self.sub2_9_button_1 = tk.Button(self.sub2_A, text="Export AI Context file (Beta3)", font=("", 12), command=lambda: self.click_action_sub('self.self.sub2_9_button_1', push_array))
687687
self.sub2_9_button_1.grid(row=1, column=21, sticky='WE', padx=2, pady=2, ipadx=3)
688688

689689

0 commit comments

Comments
 (0)