You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by vd...@apache.org on 2013/04/09 04:29:44 UTC

svn commit: r1465862 - /openmeetings/branches/2.1/WebContent/src/modules/conference/popups/rpcerrorDialog.lzx

Author: vdegtyarev
Date: Tue Apr  9 02:29:43 2013
New Revision: 1465862

URL: http://svn.apache.org/r1465862
Log:
LabelID is corrected. 


Modified:
    openmeetings/branches/2.1/WebContent/src/modules/conference/popups/rpcerrorDialog.lzx

Modified: openmeetings/branches/2.1/WebContent/src/modules/conference/popups/rpcerrorDialog.lzx
URL: http://svn.apache.org/viewvc/openmeetings/branches/2.1/WebContent/src/modules/conference/popups/rpcerrorDialog.lzx?rev=1465862&r1=1465861&r2=1465862&view=diff
==============================================================================
--- openmeetings/branches/2.1/WebContent/src/modules/conference/popups/rpcerrorDialog.lzx (original)
+++ openmeetings/branches/2.1/WebContent/src/modules/conference/popups/rpcerrorDialog.lzx Tue Apr  9 02:29:43 2013
@@ -78,8 +78,8 @@
 	<attribute name="errorid" value="0" type="number" />
     
     <handler name="oninit">
-        this.setAttribute('errorid',1544);
-        this.setAttribute('errortext',canvas.getLabelName(1544));
+        this.setAttribute('errorid',1545);
+        this.setAttribute('errortext',canvas.getLabelName(1545));
         lz.ModeManager.makeModal(this);
         if ($debug) Debug.write("contentsavewindow_errorid: ",errorid);
         if ($debug) Debug.write("contentsavewindow_errortext: ",errortext);