openbsd-ports/x11/fbpanel/patches/patch-panel_gconf_panel_c
dcoppa d01090e1e3 Various bugfixes and enhancements.
Didn't touch this port for a long time...
2015-10-20 13:38:35 +00:00

18 lines
617 B
Plaintext

$OpenBSD: patch-panel_gconf_panel_c,v 1.1 2015/10/20 13:38:35 dcoppa Exp $
Fix typo in the GUI
Bug-Debian: http://bugs.debian.org/590727
Author: Dererk <dererk@debian.org>
--- panel/gconf_panel.c.orig Tue Oct 20 13:40:56 2015
+++ panel/gconf_panel.c Tue Oct 20 13:42:01 2015
@@ -233,7 +233,7 @@ mk_geom_block(xconf *xc)
w = gconf_edit_enum(geom_block, xconf_get(xc, "allign"),
allign_enum);
- gconf_block_add(geom_block, gtk_label_new("Allignment"), TRUE);
+ gconf_block_add(geom_block, gtk_label_new("Alignment"), TRUE);
gconf_block_add(geom_block, w, FALSE);
allign_opt = w;