mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-556: Fix JavaScript definitions of UPSTREAM_TIMEOUT and UPSTREAM_ERROR - they were swapped.
This commit is contained in:
		| @@ -72,14 +72,14 @@ GuacUI.Client = { | ||||
|                  because there are too many active connections. Please wait \ | ||||
|                  a few minutes and try again.", | ||||
|  | ||||
|         0x0202: "The remote desktop server encountered an error and has closed \ | ||||
|                  the connection. Please try again or contact your system       \ | ||||
|                  administrator.", | ||||
|  | ||||
|         0x0203: "The Guacamole server has closed the connection because the \ | ||||
|         0x0202: "The Guacamole server has closed the connection because the \ | ||||
|                  remote desktop is taking too long to respond. Please try   \ | ||||
|                  again or contact your system administrator.", | ||||
|  | ||||
|         0x0203: "The remote desktop server encountered an error and has closed \ | ||||
|                  the connection. Please try again or contact your system       \ | ||||
|                  administrator.", | ||||
|  | ||||
|         0x0204: "The requested connection does not exist. Please check the \ | ||||
|                  connection name and try again.", | ||||
|  | ||||
| @@ -124,14 +124,14 @@ GuacUI.Client = { | ||||
|         0x0201: "Too many files are currently being transferred. Please wait \ | ||||
|                  for existing transfers to complete, and then try again.", | ||||
|  | ||||
|         0x0202: "The remote desktop server encountered an error during \ | ||||
|                  transfer. Please try again or contact your system     \ | ||||
|                  administrator.", | ||||
|  | ||||
|         0x0203: "The file cannot be transferred because the remote desktop \ | ||||
|         0x0202: "The file cannot be transferred because the remote desktop \ | ||||
|                  server is taking too long to respond. Please try again or \ | ||||
|                  or contact your system administrator.", | ||||
|  | ||||
|         0x0203: "The remote desktop server encountered an error during \ | ||||
|                  transfer. Please try again or contact your system     \ | ||||
|                  administrator.", | ||||
|  | ||||
|         0x0204: "The destination for the file transfer does not exist. Please \ | ||||
|                  check that the destionation exists and try again.", | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user