diff options
author | Josh Blum | 2009-09-05 21:11:51 -0700 |
---|---|---|
committer | Josh Blum | 2009-09-05 21:11:51 -0700 |
commit | 79bace9eb9e441405535e082f3f0ee1a26740fe0 (patch) | |
tree | 41898212105bff049c603e048745a72d34a93f4f /grc/gui/Makefile.am | |
parent | caf93a02068e8379ffa7f553deabb62cfc42b9a7 (diff) | |
download | gnuradio-79bace9eb9e441405535e082f3f0ee1a26740fe0.tar.gz gnuradio-79bace9eb9e441405535e082f3f0ee1a26740fe0.tar.bz2 gnuradio-79bace9eb9e441405535e082f3f0ee1a26740fe0.zip |
renamed params dialog to props dialog
Diffstat (limited to 'grc/gui/Makefile.am')
-rw-r--r-- | grc/gui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Makefile.am b/grc/gui/Makefile.am index cb45d5359..b14817d04 100644 --- a/grc/gui/Makefile.am +++ b/grc/gui/Makefile.am @@ -43,7 +43,7 @@ ourpython_PYTHON = \ MainWindow.py \ Messages.py \ NotebookPage.py \ - ParamsDialog.py \ + PropsDialog.py \ Preferences.py \ StateCache.py \ __init__.py |