summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-06 02:41:46 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-06 02:41:46 +0000
commit5546fa38fc0ba2d33288914d4fb40fe4d3d837bf (patch)
tree4bf6e43baf9814e39cdd51784441f42887a05c2c /gtk2_ardour/wscript
parent433196a83ac5500291ab2dbadf15a25b1b74335d (diff)
Manage attempts to save plugin presets with the same name. Helps with #2662.
git-svn-id: svn://localhost/ardour2/branches/3.0@8191 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/wscript')
-rw-r--r--gtk2_ardour/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index ac0ef483a7..bd0015720b 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -149,6 +149,7 @@ gtk2_ardour_sources = [
'monitor_section.cc',
'mouse_cursors.cc',
'nag.cc',
+ 'new_plugin_preset_dialog.cc',
'normalize_dialog.cc',
'note_player.cc',
'option_editor.cc',