From f95410b45a5aba5d9b8b8140bbadb1f364f06eb7 Mon Sep 17 00:00:00 2001 From: matteo Date: Sun, 29 Jun 2014 23:58:02 +0300 Subject: SILENT: fixed attribute name inside the documentation --- lib/AdminPanel/Shared/GUI.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/AdminPanel/Shared/GUI.pm') 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 -- cgit v1.2.1