]> git.lyx.org Git - features.git/commit
Remove exclamation mark from "String not found!"
authorScott Kostyshak <skostysh@lyx.org>
Mon, 1 Apr 2013 05:35:48 +0000 (01:35 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Mon, 1 Apr 2013 19:33:41 +0000 (15:33 -0400)
commit2427e9b57aa39ced5aa509bb31639f5a3867eca7
tree14f83090a436ce937ec1107e6f292df9a7c7933e
parent0d7702e5e6a2b6364603995555bd68cb788f3046
Remove exclamation mark from "String not found!"

When using 'find' and a string is not found, this is not an error or a
surprising event. It is often expected (e.g. after searching through
the whole document for a certain string eventually you will get this
message). The exclamation mark should be reserved for messages that
are unexpected or that need extra attention, such as errors.
src/BufferView.cpp
src/lyxfind.cpp