From 2e7e3406f55c82b64339d149d15973e09d76b4a9 Mon Sep 17 00:00:00 2001 From: OmegaPhil Date: Tue, 4 Nov 2014 16:47:02 +0000 Subject: KVIrc Script: Rename alignment 'WordBreak' to 'Justify' Affects labels, hboxes and vboxes Fixes #1469 / https://svn.kvirc.de/kvirc/ticket/1469 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6393 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/KvsObject_hBox.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/modules/objects/KvsObject_hBox.cpp') diff --git a/src/modules/objects/KvsObject_hBox.cpp b/src/modules/objects/KvsObject_hBox.cpp index c9c5b53fb..da9c6c6e6 100644 --- a/src/modules/objects/KvsObject_hBox.cpp +++ b/src/modules/objects/KvsObject_hBox.cpp @@ -5,6 +5,7 @@ // // This file is part of the KVIrc irc client distribution // Copyright (C) 2005-2009 Alessandro Carbone (elfonol at gmail dot com) +// Copyright (C) 2014 OmegaPhil (OmegaPhil@startmail.com) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -36,7 +37,7 @@ const char * const align_tbl[] = { "Center", "Top", "Bottom", - "WordBreak" + "Justify" }; @@ -79,7 +80,7 @@ const int align_cod[] = { Adds a stretchable space with zero minimum size and stretch factor stretch to the end of this box layout. !fn: $setAlignment(, , ...) Sets the alignment for widget w to flags, given as parameters. - Valid flags are:Right,Left,Top,Bottom,HCenter,VCenter,Center + Valid flags are: Right, Left, Top, Bottom, HCenter, VCenter, Center, Justify */ -- cgit v1.3.1-10-gc9f91