summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_format_dialog.cc
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2013-10-10 19:54:22 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2013-10-10 19:54:22 +0100
commitcac644270a8626904a4a21f527cdcf5083defa60 (patch)
treed6bc0ef98cf255f2fcdddcb53820b4ccaefdb6b9 /gtk2_ardour/export_format_dialog.cc
parente1562961c0bf87daa98417f2a660fbf8ebd04a35 (diff)
Use SystemExec for post-export hook
Use the new command-line parsing constructor for SystemExec to construct the args array for the post-export hook from the entered command string, with some simple substitutions for filename, directory, &c.
Diffstat (limited to 'gtk2_ardour/export_format_dialog.cc')
-rw-r--r--gtk2_ardour/export_format_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/export_format_dialog.cc b/gtk2_ardour/export_format_dialog.cc
index a05a6e549a..0e2da53cfd 100644
--- a/gtk2_ardour/export_format_dialog.cc
+++ b/gtk2_ardour/export_format_dialog.cc
@@ -52,7 +52,7 @@ ExportFormatDialog::ExportFormatDialog (FormatPtr format, bool new_dialog) :
silence_end_clock ("silence_end", true, "", true, false, true),
upload_checkbox(_("Upload to Soundcloud")),
- command_label(_("Command to run post-export (%1=full path & filename, %2=directory, %3=basename):")),
+ command_label(_("Command to run post-export\n(%f=full path & filename, %d=directory, %b=basename, %u=username, %p=password):")),
format_table (3, 4),
compatibility_label (_("Compatibility"), Gtk::ALIGN_LEFT),