/[winpt]/trunk/Src/wptErrors.cpp
ViewVC logotype

Diff of /trunk/Src/wptErrors.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 4 by twoaday, Sun Feb 6 11:11:40 2005 UTC
# Line 86  winpt_strerror (int errid) Line 86  winpt_strerror (int errid)
86      case WPTERR_CLIP_ISEMPTY: return _("There is no text in the Clipboard");      case WPTERR_CLIP_ISEMPTY: return _("There is no text in the Clipboard");
87      case WPTERR_CLIP_SECURED: return _("The Clipboard already contains GPG data");      case WPTERR_CLIP_SECURED: return _("The Clipboard already contains GPG data");
88      case WPTERR_CLIP: return _("General Clipboard error");      case WPTERR_CLIP: return _("General Clipboard error");
89      case WPTERR_FILE_ZERO: return _("File has a size of zero");      case WPTERR_REGISTRY: sprintf (buf, "%s", _("Registry error: "));
90      case WPTERR_REGISTRY: return _("Registry error");                            w32_fmt_msg (buf + strlen (buf), 128);
91                              break;
92      case WPTERR_WINSOCK_INIT: return _("Could not startup Winsock 2 interface");      case WPTERR_WINSOCK_INIT: return _("Could not startup Winsock 2 interface");
93      case WPTERR_WINSOCK_RESOLVE: return _("Could not resolve hostname");      case WPTERR_WINSOCK_RESOLVE: return _("Could not resolve hostname");
94      case WPTERR_WINSOCK_SOCKET: return _("Could not create new socket");      case WPTERR_WINSOCK_SOCKET: return _("Could not create new socket");

Legend:
Removed from v.2  
changed lines
  Added in v.4

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26