Debug window title.

main
Teo Mrnjavac 10 years ago
parent ea3b2295ec
commit c2a0845738

@ -35,7 +35,6 @@ namespace Calamares {
DebugWindow::DebugWindow() DebugWindow::DebugWindow()
: QWidget( nullptr ) : QWidget( nullptr )
{ {
setupUi( this ); setupUi( this );
// GlobalStorage page // GlobalStorage page
@ -91,7 +90,10 @@ DebugWindow::DebugWindow()
} }
} ); } );
CALAMARES_RETRANSLATE( retranslateUi( this ); ) CALAMARES_RETRANSLATE(
retranslateUi( this );
setWindowTitle( tr( "Debug information" ) );
)
} }

Loading…
Cancel
Save