mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Debug window title.
This commit is contained in:
parent
ea3b2295ec
commit
c2a0845738
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue