Skip to content

Commit

Permalink
Now that kettle-engine is patched, webspoon version does not need to …
Browse files Browse the repository at this point in the history
…be included in the splash
  • Loading branch information
Hiromu Hota committed Nov 17, 2017
1 parent fb00a38 commit f4a8977
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/main/java/org/pentaho/di/ui/core/dialog/Splash.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ public void paintControl( PaintEvent e ) {
} else {
fullVersionText = fullVersionText + " " + buildVersion;
}
fullVersionText += ", webSpoon (0.7.1.13)";
e.gc.setFont( verFont );
e.gc.setForeground( new Color( display, 65, 65, 65 ) );
e.gc.drawText( fullVersionText, 290, 205, true );
Expand Down

0 comments on commit f4a8977

Please sign in to comment.