This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new bf4547f  [OPENMEETINGS-1930] string id is renamed for srceen-sharing
bf4547f is described below

commit bf4547fef400e354eab0a7b21f85f476d557d7b9
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Mon Sep 17 23:35:01 2018 +0700

    [OPENMEETINGS-1930] string id is renamed for srceen-sharing
---
 .../java/org/apache/openmeetings/web/room/menu/StartSharingButton.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/menu/StartSharingButton.java
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/menu/StartSharingButton.java
index 98f0b05..7ec1cd2 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/menu/StartSharingButton.java
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/menu/StartSharingButton.java
@@ -119,7 +119,7 @@ public class StartSharingButton extends OmButton {
                                                        , "1091", "1092", 
"1093", "1465", "1466"
                                                        , "1467", "1468", 
"1469", "1470", "1471"
                                                        , "1472", "1473", 
"1474", "1475", "1476"
-                                                       , "1477", "1589", 
"1598", "1078"))
+                                                       , "1477", "1589", 
"1598", "ulist.right.remote.grant"))
                                        .replace("$defaultQuality", 
String.valueOf(cfgDao.getLong(CONFIG_SCREENSHARING_QUALITY, 1L)))
                                        .replace("$defaultFps", 
String.valueOf(cfgDao.getLong(CONFIG_SCREENSHARING_FPS, 10L)))
                                        .replace("$showFps", 
String.valueOf(cfgDao.getBool(CONFIG_SCREENSHARING_FPS_SHOW, true)))

Reply via email to