From c76f2d3cc4fb0b07ee8136ce9e119654dda0e4f7 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 10 Nov 2013 21:01:55 +0100 Subject: trkproperties: increased the max editable field length to 5000, to fit most cuesheets and song lyrics --- plugins/gtkui/trkproperties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c index 3a6cf301..8ab5981f 100644 --- a/plugins/gtkui/trkproperties.c +++ b/plugins/gtkui/trkproperties.c @@ -46,7 +46,7 @@ // this is the workaround // the fields are limited to be no more than 1000 bytes // if they are larger - they will be treated as "multiple values". -#define MAX_GUI_FIELD_LEN 1000 +#define MAX_GUI_FIELD_LEN 5000 static GtkWidget *trackproperties; static GtkCellRenderer *rend_text2; -- cgit v1.2.3