Skip to content

Commit

Permalink
Use New instead of Add
Browse files Browse the repository at this point in the history
  • Loading branch information
rossburton committed Jul 29, 2008
1 parent 5174fcc commit bb5eaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NewCowDialog.py
Expand Up @@ -81,7 +81,7 @@ def make_label(text):
label.set_mnemonic_widget(combo)

self.add_buttons(gtk.STOCK_CANCEL, gtk.RESPONSE_REJECT,
gtk.STOCK_ADD, gtk.RESPONSE_ACCEPT)
gtk.STOCK_NEW, gtk.RESPONSE_ACCEPT)

def get_name(self):
return self.name_entry.get_text()
Expand Down

0 comments on commit bb5eaad

Please sign in to comment.