Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Mar 5, 2013
1 parent a85b99d commit b5e7909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/tools/airframe_editor/airframe_editor.py
Expand Up @@ -168,7 +168,7 @@ def __init__(self):
self.btnOpen = gtk.Button("Open")
self.btnOpen.connect("clicked", self.open)

self.btnRun = gtk.Button("Run")
self.btnRun = gtk.Button("Reorganize XML")
self.btnRun.connect("clicked", self.process)

self.btnFirmwares = gtk.Button("Firmwares")
Expand Down

0 comments on commit b5e7909

Please sign in to comment.