Skip to content

Commit 6d32aba

Browse files
authored
Merge cc87c96 into 14bc6bd
2 parents 14bc6bd + cc87c96 commit 6d32aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/cursorManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def doFindText(self, text, reverse=False, caseSensitive=False, willSayAllResume=
179179
if not willSayAllResume:
180180
speech.speakTextInfo(info, reason=controlTypes.OutputReason.CARET)
181181
else:
182-
wx.CallAfter(gui.messageBox,_('text "%s" not found')%text,_("Find Error"),wx.OK|wx.ICON_ERROR)
182+
wx.CallAfter(gui.messageBox,_('text "%s" not found')%text,_("Find Error"),wx.OK|wx.ICON_INFORMATION)
183183
CursorManager._lastFindText=text
184184
CursorManager._lastCaseSensitivity=caseSensitive
185185

0 commit comments

Comments
 (0)