Replaces types with built-in types.
This commit is contained in:
parent
fee83ce560
commit
22ab83ea9e
98 changed files with 248 additions and 248 deletions
|
|
@ -22,7 +22,7 @@ namespace Server.Gumps
|
|||
|
||||
AddHtmlLocalized( 125, 20, 250, 24, 1019070, false, false ); // You have agreed to purchase:
|
||||
|
||||
if ( !String.IsNullOrEmpty( vi.Description ) )
|
||||
if ( !string.IsNullOrEmpty( vi.Description ) )
|
||||
AddLabel( 125, 45, 0, vi.Description );
|
||||
else
|
||||
AddHtmlLocalized( 125, 45, 250, 24, 1019072, false, false ); // an item without a description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue