summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-21 21:30:05 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-21 21:30:05 +0100
commit4d12a12570876810d0376d31b280674b5c49054a (patch)
tree40a911ec078e4c8712a33720ac2c394e5997d3fe /plugins
parentc88b07cd7a1380482fad62ac6f1716f2ff3524e7 (diff)
added filename conversion to custom column format
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/deadbeef.glade3
-rw-r--r--plugins/gtkui/interface.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/plugins/gtkui/deadbeef.glade b/plugins/gtkui/deadbeef.glade
index 35166688..022a1515 100644
--- a/plugins/gtkui/deadbeef.glade
+++ b/plugins/gtkui/deadbeef.glade
@@ -3296,7 +3296,8 @@ Custom</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Format conversions (start with %):
[a]rtist, [t]itle, al[b]um, track[n]umber,
- [l]ength, [y]ear, [g]enre, [c]omment, copy[r]ight
+ [l]ength, [y]ear, [g]enre, [c]omment,
+ copy[r]ight, [f]ilename
Example: %a - %t [%l]</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
diff --git a/plugins/gtkui/interface.c b/plugins/gtkui/interface.c
index 1ce72388..ca824c85 100644
--- a/plugins/gtkui/interface.c
+++ b/plugins/gtkui/interface.c
@@ -2108,7 +2108,7 @@ create_editcolumndlg (void)
gtk_entry_set_invisible_char (GTK_ENTRY (format), 9679);
gtk_entry_set_activates_default (GTK_ENTRY (format), TRUE);
- label25 = gtk_label_new ("Format conversions (start with %):\n [a]rtist, [t]itle, al[b]um, track[n]umber,\n [l]ength, [y]ear, [g]enre, [c]omment, copy[r]ight\nExample: %a - %t [%l]");
+ label25 = gtk_label_new ("Format conversions (start with %):\n [a]rtist, [t]itle, al[b]um, track[n]umber,\n [l]ength, [y]ear, [g]enre, [c]omment,\n copy[r]ight, [f]ilename\nExample: %a - %t [%l]");
gtk_widget_show (label25);
gtk_table_attach (GTK_TABLE (table9), label25, 0, 2, 4, 5,
(GtkAttachOptions) (GTK_FILL),