renamed WSF_(.*)_VALUE as WSF_$1

This commit is contained in:
Jocelyn Fiat
2011-11-02 13:10:35 +01:00
parent 179dbceaba
commit ee9722fa18
12 changed files with 49 additions and 49 deletions

View File

@@ -137,7 +137,7 @@ feature -- String query
string_from (a_value: detachable WSF_VALUE): detachable READABLE_STRING_32
do
if attached {WSF_STRING_VALUE} a_value as val then
if attached {WSF_STRING} a_value as val then
Result := val.string
end
end