zorba-the-geek / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Wrong definition in HeaderControls enum #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
class:
public enum HeaderControls implements ValueEnum 
contains wrong definition:
    MINIMIZE_LABEL("minimizeButton"),

What is the expected output? What do you see instead?
    MINIMIZE_BUTTON("minimizeButton"),

What version of the product are you using? On what operating system?
revision 252

Please provide any additional information below.

Original issue reported on code.google.com by mihai.ile@gmail.com on 22 Jan 2009 at 9:08

GoogleCodeExporter commented 9 years ago
Oh and just noticed also:
    HEADER_LABLE("headerLabel"),
It should be:
    HEADER_LABEL("headerLabel"),

Original comment by mihai.ile@gmail.com on 22 Jan 2009 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 22 Jan 2009 at 6:56

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 23 Jan 2009 at 11:49