Left-align text in message boxes.
authormdw <mdw>
Sat, 7 May 2005 09:58:56 +0000 (09:58 +0000)
committermdw <mdw>
Sat, 7 May 2005 09:58:56 +0000 (09:58 +0000)
.links
msg.c
setup

diff --git a/.links b/.links
index 9dcc9db..54343a4 100644 (file)
--- a/.links
+++ b/.links
@@ -1,5 +1,2 @@
 COPYING.LIB
-install-sh
-missing
-mkinstalldirs
 lib-config.in
diff --git a/msg.c b/msg.c
index d574060..07f0112 100644 (file)
--- a/msg.c
+++ b/msg.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: msg.c,v 1.11 2004/04/08 01:36:14 mdw Exp $
+ * $Id$
  *
  * Display a message and get an answer
  *
@@ -105,6 +105,7 @@ int msg(const char *title, const char *buttons, const char *msg, ...)
     dstr_vputf(&d, msg, &ap);
     va_end(ap);
     w = gtk_label_new(d.buf);
+    gtk_label_set_justify(GTK_LABEL(w), GTK_JUSTIFY_LEFT);
     gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dbox)->vbox), w, 1, 1, 0);
     gtk_window_position(GTK_WINDOW(dbox), GTK_WIN_POS_MOUSE);
     gtk_widget_show(w);
diff --git a/setup b/setup
index 08d308e..4d88013 100755 (executable)
--- a/setup
+++ b/setup
@@ -5,5 +5,5 @@ mklinks
 libtoolize
 mkaclocal
 autoconf
-automake
+automake -a
 mkdir build