<div dir="ltr">Hello Knut,<div><br></div><div>Thanks for replying so soon ! </div><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I think you're referring to line 262<br>
<br>
m_fullScreenAct->setShortcut(tr("Ctrl+Shift+F"));<br>
<br>
don't, you?<br></blockquote><div><br></div><div>Yes, that's exactly what I am referring to ! :-)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
I'm not a marble developer myself but this is, what I'd change ;-)<br>
Are you sure, you're running the Qt UI afterwards and not the KDE version by<br>
accident? If I look at the code this action only triggers showFullscreen which<br>
does nothing but<br>
<br>
setWindowState( windowState() | Qt::WindowFullScreen );<br>
<br>
so your changes should be correct. If you cannot rename the action though I<br>
think you run a wron binary afterwards. Did you try somthing like that<br>
<br>
m_fullScreenAct = new QAction( QIcon(":/icons/view-fullscreen.png"), tr("My<br>
changed full screen mode"), this);<br></blockquote><div><br></div><div>Yes I did :-/ I tried changing the name of an existing action and also tried adding a new action. I can't see both these change when I run Marble.</div>
<div><br></div><div>I'll check once again to see if I'm running the correct binary.  </div><div><br></div><div>Thanks ! </div><div>Savita.</div></div></div></div>