@@ -129,11 +129,11 @@ def create_widgets(self):
129
129
idle .grid (row = 12 , column = 0 , sticky = W , padx = 10 , pady = 0 )
130
130
idle_buttons = Frame (frame_background , bg = self .bg )
131
131
idle_buttons .grid (row = 13 , column = 0 , columnspan = 3 , sticky = NSEW )
132
- self .readme = Button (idle_buttons , text = 'README ' , width = 8 ,
132
+ self .readme = Button (idle_buttons , text = 'Readme ' , width = 8 ,
133
133
highlightbackground = self .bg ,
134
134
command = self .show_readme )
135
135
self .readme .pack (side = LEFT , padx = 10 , pady = 10 )
136
- self .idle_news = Button (idle_buttons , text = 'NEWS ' , width = 8 ,
136
+ self .idle_news = Button (idle_buttons , text = 'News ' , width = 8 ,
137
137
highlightbackground = self .bg ,
138
138
command = self .show_idle_news )
139
139
self .idle_news .pack (side = LEFT , padx = 10 , pady = 10 )
@@ -167,7 +167,7 @@ def show_readme(self):
167
167
168
168
def show_idle_news (self ):
169
169
"Handle News button event."
170
- self .display_file_text ('About - NEWS ' , 'NEWS .txt' , 'utf-8' )
170
+ self .display_file_text ('About - News ' , 'News3 .txt' , 'utf-8' )
171
171
172
172
def display_printer_text (self , title , printer ):
173
173
"""Create textview for built-in constants.
0 commit comments