mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -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()
|
||||
: QWidget( nullptr )
|
||||
{
|
||||
|
||||
setupUi( this );
|
||||
|
||||
// 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