projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c7f8df1
)
Fix title of top-level windows
author
H.G. Muller
<h.g.muller@hccnet.nl>
Mon, 18 Feb 2013 20:01:35 +0000 (21:01 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Mon, 18 Feb 2013 20:01:35 +0000 (21:01 +0100)
gtk/xoptions.c
patch
|
blob
|
history
diff --git
a/gtk/xoptions.c
b/gtk/xoptions.c
index
00e0d5d
..
d488496
100644
(file)
--- a/
gtk/xoptions.c
+++ b/
gtk/xoptions.c
@@
-1136,6
+1136,7
@@
printf("n=%d, h=%d, w=%d\n",n,height,width);
if(topLevel)
{
dialog = gtk_window_new(GTK_WINDOW_TOPLEVEL);
+ gtk_window_set_title(dialog, title);
box = gtk_vbox_new(FALSE,0);
gtk_container_add (GTK_CONTAINER (dialog), box);
}