Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr authored and dewagter committed Mar 5, 2013
1 parent 398314b commit c705ed5
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 @@ -92,7 +92,7 @@ def textchanged(self, widget):
self.text_box.set_text(self.textbox.get_text())

def about(self, widget):
gui_dialogs.about(paparazzi_home)
gui_dialogs.about(paparazzi.home_dir)

def open(self, widget):
global airframe_file
Expand Down

0 comments on commit c705ed5

Please sign in to comment.