aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_label.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/KvsObject_label.cpp')
-rw-r--r--src/modules/objects/KvsObject_label.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_label.cpp b/src/modules/objects/KvsObject_label.cpp
index 9afd1bee8..e07cc5ee7 100644
--- a/src/modules/objects/KvsObject_label.cpp
+++ b/src/modules/objects/KvsObject_label.cpp
@@ -6,6 +6,7 @@
// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000 Krzysztof Godlewski
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2014 OmegaPhil (OmegaPhil@startmail.com)
//LinkDelegationPolicy
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -45,7 +46,7 @@ const char * const align_tbl[] = {
"Center",
"Top",
"Bottom",
- "WordBreak"
+ "Justify"
};
const int align_cod[] = {
@@ -136,7 +137,7 @@ const int frame_cod[] = {
HCenter - Text is horizontally centered[br]
VCenter - Text is vertically centered[br]
Center - Equals HCenter + VCenter[br]
- WordBreak - Enables automatic word breaking[br]
+ Justify - Text is spaced apart to cover available room[br]
[/pre]
It is obvious that you can not set [i]Right[/i]
and [i]Left[/i] simoultaneously - this will [b]NOT[/b]