Issue #1386 - Change menu text to read Save Graph Image.
Former-commit-id:592b2d9088
[formerly c8e849b1636d9429215a36ba85febf805cdd4fc6] Former-commit-id:5b6ec484c0
This commit is contained in:
parent
13b5619297
commit
754fbf637e
1 changed files with 19 additions and 18 deletions
|
@ -68,7 +68,8 @@ import com.raytheon.viz.ui.widgets.duallist.ButtonImages.ButtonImage;
|
|||
*
|
||||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* Oct 3, 2012 728 mpduff Initial creation
|
||||
* Oct 03, 2012 728 mpduff Initial creation.
|
||||
* Jan 18, 2013 1386 mpduff Change menu text.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -315,7 +316,7 @@ public class StatsGraphDlg extends CaveSWTDialog implements IStatsDisplay,
|
|||
fileMenuItem.setMenu(fileMenu);
|
||||
|
||||
saveMI = new MenuItem(fileMenu, SWT.NONE);
|
||||
saveMI.setText("&Save\tCtrl+S");
|
||||
saveMI.setText("&Save Graph Image\tCtrl+S");
|
||||
saveMI.setAccelerator(SWT.CTRL + 'S');
|
||||
saveMI.addSelectionListener(new SelectionAdapter() {
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue