@ -492,7 +492,7 @@ void KRDC::switchToFullscreen(bool scaling)
t - > setToggle ( FS_AUTOHIDE_ID ) ;
t - > addConnection ( FS_AUTOHIDE_ID , TQT_SIGNAL ( toggled ( bool ) ) , TQT_TQOBJECT ( this ) , TQT_SLOT ( setFsToolbarAutoHide ( bool ) ) ) ;
t - > insertButton ( " window_nofullscreen " , FS_FULLSCREEN_ID ) ;
t - > insertButton ( " view-restore " , FS_FULLSCREEN_ID ) ;
TDEToolBarButton * fullscreenButton = t - > getButton ( FS_FULLSCREEN_ID ) ;
TQToolTip : : add ( fullscreenButton , i18n ( " Fullscreen " ) ) ;
t - > setToggle ( FS_FULLSCREEN_ID ) ;
@ -512,7 +512,7 @@ void KRDC::switchToFullscreen(bool scaling)
t - > setItemAutoSized ( FS_HOSTLABEL_ID , true ) ;
if ( scalingPossible ) {
t - > insertButton ( " viewmagfi t" , FS_SCALE_ID ) ;
t - > insertButton ( " zoom-fit-bes t" , FS_SCALE_ID ) ;
TDEToolBarButton * scaleButton = t - > getButton ( FS_SCALE_ID ) ;
TQToolTip : : add ( scaleButton , i18n ( " Scale view " ) ) ;
t - > setToggle ( FS_SCALE_ID ) ;
@ -592,7 +592,7 @@ void KRDC::switchToNormal(bool scaling)
m_toolbar = t ;
t - > setIconText ( TDEToolBar : : IconTextRight ) ;
connect ( t , TQT_SIGNAL ( placeChanged ( TQDockWindow : : Place ) ) , TQT_SLOT ( toolbarChanged ( ) ) ) ;
t - > insertButton ( " window_ fullscreen" , 0 , true , i18n ( " Fullscreen " ) ) ;
t - > insertButton ( " view- fullscreen" , 0 , true , i18n ( " Fullscreen " ) ) ;
TDEToolBarButton * fullscreenButton = t - > getButton ( 0 ) ;
TQToolTip : : add ( fullscreenButton , i18n ( " Fullscreen " ) ) ;
TQWhatsThis : : add ( fullscreenButton , i18n ( " Switches to full screen. If the remote desktop has a different screen resolution, Remote Desktop Connection will automatically switch to the nearest resolution. " ) ) ;
@ -601,7 +601,7 @@ void KRDC::switchToNormal(bool scaling)
t - > addConnection ( 0 , TQT_SIGNAL ( toggled ( bool ) ) , TQT_TQOBJECT ( this ) , TQT_SLOT ( enableFullscreen ( bool ) ) ) ;
if ( m_view - > supportsScaling ( ) ) {
t - > insertButton ( " viewmagfi t" , 1 , true , i18n ( " Scale " ) ) ;
t - > insertButton ( " zoom-fit-bes t" , 1 , true , i18n ( " Scale " ) ) ;
TDEToolBarButton * scaleButton = t - > getButton ( 1 ) ;
TQToolTip : : add ( scaleButton , i18n ( " Scale view " ) ) ;
TQWhatsThis : : add ( scaleButton , i18n ( " This option scales the remote screen to fit your window size. " ) ) ;