From 45119f5422f2950be6b5b70ce8a69a089431b517 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 12 Jun 2016 11:00:11 +0200 Subject: update post-export command placeholder documentation --- gtk2_ardour/export_format_dialog.cc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/export_format_dialog.cc') diff --git a/gtk2_ardour/export_format_dialog.cc b/gtk2_ardour/export_format_dialog.cc index 14f4530825..d1f3eff1c8 100644 --- a/gtk2_ardour/export_format_dialog.cc +++ b/gtk2_ardour/export_format_dialog.cc @@ -151,18 +151,27 @@ ExportFormatDialog::ExportFormatDialog (FormatPtr format, bool new_dialog) : _( "%a Artist name\n" "%b File's base-name\n" + "%c Copyright\n" "%d File's directory\n" "%f File's full absolute path\n" + "%l Lyicist\n" "%n Session name\n" + "%o Conductor\n" "%t Title\n" + "%z Organization\n" "%A Album\n" "%C Comment\n" "%E Engineer\n" "%G Genre\n" + "%L Total track count\n" + "%M Mixer\n" "%N Timespan name\n" + "%O Composer\n" "%P Producer\n" + "%S Disc subtitle\n" "%T Track number\n" - "%Y Year" + "%Y Year\n" + "%Z Country" )); /* Format table */ -- cgit v1.2.3