diff audacious/textbox.c @ 1222:09a96847fa53 trunk

[svn] - There's an ellipsis character in text.png. Let's use it like we should.
author nhjm449
date Wed, 14 Jun 2006 02:07:52 -0700
parents ef986f844d5c
children 55e16d7d2de2
line wrap: on
line diff
--- a/audacious/textbox.c	Wed Jun 14 01:54:30 2006 -0700
+++ b/audacious/textbox.c	Wed Jun 14 02:07:52 2006 -0700
@@ -244,6 +244,10 @@
         *x = 130;
         *y = 0;
         break;
+    case '\r':
+        *x = 50;
+        *y = 6;
+        break;
     case ':':
         *x = 60;
         *y = 6;