mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
some name changes
This commit is contained in:
parent
4d008ac052
commit
6760ba778f
4 changed files with 25 additions and 25 deletions
|
@ -26,7 +26,7 @@ ApplicationWindow {
|
|||
minimumWidth: imageWriter.isEmbeddedMode() ? -1 : 680
|
||||
minimumHeight: imageWriter.isEmbeddedMode() ? -1 : 450
|
||||
|
||||
title: qsTr("Retro Imager v0.1")
|
||||
title: qsTr("Retro Imager v%1").arg(imageWriter.constantVersion())
|
||||
FontLoader {id: roboto; source: "fonts/Roboto-Regular.ttf"}
|
||||
FontLoader {id: robotoLight; source: "fonts/Roboto-Light.ttf"}
|
||||
FontLoader {id: robotoBold; source: "fonts/Roboto-Bold.ttf"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue