Add icon for speech recognizer.

This commit is contained in:
Gregory Casamento 2021-06-24 19:00:51 -04:00
parent 3695d41452
commit bf46505e08
3 changed files with 6 additions and 7 deletions

View file

@ -78,10 +78,6 @@ typedef enum _NSButtonType {
NSMomentaryChangeButton,
NSOnOffButton,
NSMomentaryPushInButton,
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
NSAcceleratorButton,
NSMultiLevelAcceleratorButton,
#endif
// These are old names
NSMomentaryLight = NSMomentaryPushInButton,
NSMomentaryPushButton = NSMomentaryLightButton
@ -217,9 +213,9 @@ typedef enum _NSGradientType {
- (void) drawImage: (NSImage*)imageToDisplay
withFrame: (NSRect)cellFrame
inView: (NSView *)controlView;
- (NSRect) drawTitle: (NSAttributedString*)titleToDisplay
withFrame: (NSRect)cellFrame
inView: (NSView *)controlView;
- (void) drawTitle: (NSAttributedString*)titleToDisplay
withFrame: (NSRect)cellFrame
inView: (NSView *)controlView;
#endif
//

View file

@ -8,6 +8,9 @@ VERSION = 0.1
APP_NAME = GSSpeechRecognitionServer
GSSpeechRecognitionServer_LANGUAGES = English
GSSpeechRecognitionServer_APPLICATION_ICON = SpeechRecognizer.png
GSSpeechRecognitionServer_RESOURCE_FILES = SpeechRecognizer.png
GSSpeechRecognitionServer_OBJC_FILES = \
GSSpeechRecognitionEngine.m \

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB