diff options
author | David Robillard <d@drobilla.net> | 2006-06-15 08:22:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-15 08:22:48 +0000 |
commit | 55c6e4c46d388189e35329a6519b9afa86f029fa (patch) | |
tree | a65e43a34a7dce7aa2c599ce39e7388e14c193cc /src/progs/gtk/Makefile.am | |
parent | 94c0fff479da5e81dede855cf5c382cf23aadf7d (diff) | |
download | ingen-55c6e4c46d388189e35329a6519b9afa86f029fa.tar.gz ingen-55c6e4c46d388189e35329a6519b9afa86f029fa.tar.bz2 ingen-55c6e4c46d388189e35329a6519b9afa86f029fa.zip |
Switched patch "description" window into a properties window (hopefully to extend
in the future)
git-svn-id: http://svn.drobilla.net/lad/grauph@40 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/gtk/Makefile.am')
-rw-r--r-- | src/progs/gtk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/progs/gtk/Makefile.am b/src/progs/gtk/Makefile.am index 16c99949..3bf779a8 100644 --- a/src/progs/gtk/Makefile.am +++ b/src/progs/gtk/Makefile.am @@ -72,8 +72,8 @@ om_gtk_SOURCES = \ NewSubpatchWindow.cpp \ ConfigWindow.h \ ConfigWindow.cpp \ - PatchDescriptionWindow.h \ - PatchDescriptionWindow.cpp \ + PatchPropertiesWindow.h \ + PatchPropertiesWindow.cpp \ Loader.h \ Loader.cpp \ RenameWindow.h \ |