chiark / gitweb /
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 9dcc9db68939eaa45ac355ecc1bc3013daadd0e5..54343a48b76763830fa4832e32b0a7379b82dde1 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 d574060de47d1134257af97e67586b5918d2059f..07f011258b45979518eeac4878f479c7438f69b4 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 08d308e36eef64bc4c41bcf20780901abb5d7221..4d88013d15e6e8a33a9f204d534ba435e130a6e4 100755 (executable)
--- a/setup
+++ b/setup
@@ -5,5 +5,5 @@ mklinks
 libtoolize
 mkaclocal
 autoconf
-automake
+automake -a
 mkdir build