I did some experimenting with CamStudio 2.6 Beta, and found that if I saved the settings and later returned to the keyboard shortcuts settings window, it would throw an error message upon clicking "OK" even if I had changed nothing, reporting "Unable to set shortcuts for Stop Key" - even though it HAD saved the settings upon exit. It then returns the Stop key setting to "None", but will allow me to set it back upon exiting and re-loading the program. It then remembers that fine as long as I don't re-enter the keyboard settings dialog again. Odd behaviors!!
See:
http://camstudio.org/forum/comments.php?DiscussionID=463&page=1#Item_5
I just got the latest source to look into this issue, however when I searched for the error message I saw it did not seem to be used anywhere, just defined:
"Find all "IDS_STRING_UNSSC", Subfolders, Find Results 1, "Entire Solution", "*.*""
Recorder\resource.h(590):
#define IDS_STRING_UNSSC 61568
Recorder\Recorder.rc(2357):
IDS_STRING_UNSSC "Unable to set shortcuts for %s"
Has this issue been fixed (and the error string not removed)? If not, can someone point me to where in the code the error message is displayed?
Thanks.