Parent Directory
|
Revision Log
|
Patch
revision 432 by twoaday, Fri Sep 25 16:07:38 2009 UTC | revision 433 by twoaday, Mon Apr 9 14:52:01 2012 UTC | |
---|---|---|
# | Line 52 static int winpt_hotkey_err = 0; | Line 52 static int winpt_hotkey_err = 0; |
52 | const char* | const char* |
53 | hotkeys_strerror (void) | hotkeys_strerror (void) |
54 | { | { |
55 | /* FIXME: error messages should not contain the key combinations | |
56 | because they are only valid for the default hot keys #6329 */ | |
57 | switch (winpt_hotkey_err) { | switch (winpt_hotkey_err) { |
58 | case 0: return NULL; | case 0: return NULL; |
59 | case 1: return _("Clipboard Encrypt (ALT+CTRL+E)"); | case 1: return _("Clipboard Encrypt (ALT+CTRL+E)"); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |