aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Shared/GUI.pm
diff options
context:
space:
mode:
authormatteo <matteo.pasotti@gmail.com>2014-06-29 23:58:02 +0300
committermatteo <matteo.pasotti@gmail.com>2014-06-29 23:58:02 +0300
commitf95410b45a5aba5d9b8b8140bbadb1f364f06eb7 (patch)
treea7565228a7d13349ee0f79a11ffe099a4d850124 /lib/AdminPanel/Shared/GUI.pm
parent1ad580c00b5fec07c8a207b8670b04167d6d375d (diff)
downloadcolin-keep-f95410b45a5aba5d9b8b8140bbadb1f364f06eb7.tar
colin-keep-f95410b45a5aba5d9b8b8140bbadb1f364f06eb7.tar.gz
colin-keep-f95410b45a5aba5d9b8b8140bbadb1f364f06eb7.tar.bz2
colin-keep-f95410b45a5aba5d9b8b8140bbadb1f364f06eb7.tar.xz
colin-keep-f95410b45a5aba5d9b8b8140bbadb1f364f06eb7.zip
SILENT: fixed attribute name inside the documentation
Diffstat (limited to 'lib/AdminPanel/Shared/GUI.pm')
-rw-r--r--lib/AdminPanel/Shared/GUI.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/AdminPanel/Shared/GUI.pm b/lib/AdminPanel/Shared/GUI.pm
index 5c5e9bd..22dd087 100644
--- a/lib/AdminPanel/Shared/GUI.pm
+++ b/lib/AdminPanel/Shared/GUI.pm
@@ -89,7 +89,7 @@ sub _localeInitialize {
$info: HASH, information to be passed to the dialog.
title => dialog title
text => string to be swhon into the dialog
- richtext => 1 if using reach text
+ richtext => 1 if using rich text
=head3 DESCRIPTION
@@ -134,7 +134,7 @@ sub warningMsgBox {
$info: HASH, information to be passed to the dialog.
title => dialog title
text => string to be swhon into the dialog
- richtext => 1 if using reach text
+ richtext => 1 if using rich text
=head3 DESCRIPTION
@@ -180,7 +180,7 @@ sub infoMsgBox {
$info: HASH, information to be passed to the dialog.
title => dialog title
text => string to be swhon into the dialog
- richtext => 1 if using reach text
+ richtext => 1 if using rich text
=head3 DESCRIPTION
@@ -224,7 +224,7 @@ sub msgBox {
$info: HASH, information to be passed to the dialog.
title => dialog title
text => string to be swhon into the dialog
- richtext => 1 if using reach text
+ richtext => 1 if using rich text
=head3 OUTPUT
@@ -276,7 +276,7 @@ sub ask_OkCancel {
$info: HASH, information to be passed to the dialog.
title => dialog title
text => string to be swhon into the dialog
- richtext => 1 if using reach text
+ richtext => 1 if using rich text
default_button => (optional) 1: "Yes" (any other values "No")
=head3 OUTPUT