diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/deskShare/view/components/DesktopViewWindow.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/deskShare/view/components/DesktopViewWindow.mxml index 175a5a6a4f..a6517699d1 100755 --- a/bigbluebutton-client/src/org/bigbluebutton/modules/deskShare/view/components/DesktopViewWindow.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/modules/deskShare/view/components/DesktopViewWindow.mxml @@ -175,8 +175,8 @@ video.attachNetStream(ns); ns.play(stream); this.stream = stream; - - this.title = UserManager.getInstance().getPresenter().name + " is sharing their desktop with you"; + this.title = "Blah"; + // this.title = UserManager.getInstance().getPresenter().name + " is sharing their desktop with you"; } public function stopViewing():void {