Change STRING TO STRING_32

This commit is contained in:
YNH Webdev
2014-03-05 14:54:45 +01:00
parent 7ca62463b7
commit 605a094910
41 changed files with 177 additions and 177 deletions

View File

@@ -30,7 +30,7 @@ feature {NONE} -- Initialization
feature -- Change
add_link (link, text: STRING)
add_link (link, text: STRING_32)
-- Add a link to nav list
local
c: WSF_NAVLIST_ITEM_CONTROL
@@ -39,7 +39,7 @@ feature -- Change
add_control (c)
end
add_button (event: attached like {WSF_BUTTON_CONTROL}.click_event; text: STRING)
add_button (event: attached like {WSF_BUTTON_CONTROL}.click_event; text: STRING_32)
-- Add a button control to navlist
local
c: WSF_NAVLIST_ITEM_CONTROL

View File

@@ -24,7 +24,7 @@ create
feature {NONE} -- Initialization
make (link, t: STRING)
make (link, t: STRING_32)
do
make_control ("a")
text := t