SF.net SVN: geany:[3139] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Mon Oct 20 18:18:02 UTC 2008
Revision: 3139
http://geany.svn.sourceforge.net/geany/?rev=3139&view=rev
Author: eht16
Date: 2008-10-20 18:18:02 +0000 (Mon, 20 Oct 2008)
Log Message:
-----------
Use a GeanyWrapLabel for the label holding the "Some contributors" text to fix dialog oversize problems with some localisations.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/about.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-10-20 17:58:43 UTC (rev 3138)
+++ trunk/ChangeLog 2008-10-20 18:18:02 UTC (rev 3139)
@@ -13,6 +13,9 @@
* src/highlighting.c, data/filetypes.css:
Fix typo in 'pseudo_elements' keyword type name.
Change style for pseudo elements to bold and italic.
+ * src/about.c:
+ Use a GeanyWrapLabel for the label holding the "Some contributors"
+ text to fix dialog oversize problems with some localisations.
2008-10-20 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/src/about.c
===================================================================
--- trunk/src/about.c 2008-10-20 17:58:43 UTC (rev 3138)
+++ trunk/src/about.c 2008-10-20 18:18:02 UTC (rev 3139)
@@ -342,7 +342,7 @@
"THANKS"
#endif
);
- label = gtk_label_new(buffer);
+ label = geany_wrap_label_new(buffer);
gtk_table_attach(GTK_TABLE(table), label, 0, 2, row, row + 1,
(GtkAttachOptions) (GTK_FILL),
(GtkAttachOptions) (0), 0, 5);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list