Subversion Repository Public Repository

litesoft

Diff Revisions 495 vs 496 for /trunk/GWT_Sandbox/Prioritizer/src/org/litesoft/prioritizer/client/ui/views/home/Home.java

Diff revisions: vs.
  @@ -10,7 +10,7 @@
10 10
11 11 public class Home extends ScreenView implements ViewDefs
12 12 {
13 - public static final String PrioritizerTITLE = "Prioritizer";
13 + public static final String TITLE = "Prioritizer";
14 14
15 15 @Override
16 16 protected UriFragmentIdParams createRefreshParams()
  @@ -20,7 +20,7 @@
20 20
21 21 public Home()
22 22 {
23 - super( title( PrioritizerTITLE ) );
23 + super( title( TITLE ) );
24 24 addStandardTitleBar();
25 25
26 26 add( new BigButtonScreenHelper()