@@ -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.3a " )
45+ self .root .title ("Network Sketcher ver 2.5.4 " )
4646 self .root .geometry ("510x200+100+100" )
4747 icon = tk .PhotoImage (file = 'ns_logo.png' )
4848 self .root .iconphoto (True , icon )
@@ -672,7 +672,7 @@ def sub_excel_master_1(self,file_type_array):
672672 self .sub2_A = tk .LabelFrame (self .sub2_1 , text = 'Lab' , font = ("" , 14 ), height = 1 , background = "#D9D9D9" )
673673 self .sub2_A .grid (row = 9 , column = 0 , sticky = 'W' , padx = 5 , pady = 10 , ipadx = 5 , ipady = 2 )
674674
675- self .sub2_9_button_1 = tk .Button (self .sub2_A , text = "Export AI Context file (Beta1 )" , font = ("" , 12 ), command = lambda : self .click_action_sub ('self.self.sub2_9_button_1' , push_array ))
675+ 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 ))
676676 self .sub2_9_button_1 .grid (row = 1 , column = 21 , sticky = 'WE' , padx = 2 , pady = 2 , ipadx = 3 )
677677
678678
0 commit comments