summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-11-10 21:01:55 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-11-10 21:01:55 +0100
commitc76f2d3cc4fb0b07ee8136ce9e119654dda0e4f7 (patch)
tree016401f5cc2864866f2ddb698e0557da9f67ccfd /plugins/gtkui/trkproperties.c
parentb7f2e02e7395fb0a696f3d70c7cb388195cbd6fd (diff)
trkproperties: increased the max editable field length to 5000, to fit most cuesheets and song lyrics
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r--plugins/gtkui/trkproperties.c2
1 files changed, 1 insertions, 1 deletions
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;