~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.ui/src/com/bdaum/zoom/ui/IZoomActionConstants.java

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
        String MB_EDIT = "edit"; //$NON-NLS-1$
109
109
        String MB_SEARCH = "search"; //$NON-NLS-1$
110
110
        String MB_ROTATE = "rotate"; //$NON-NLS-1$
 
111
        String MB_VOICE = "voice"; //$NON-NLS-1$
 
112
        String MB_META = "meta"; //$NON-NLS-1$
111
113
 
112
114
}