diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-04-29 19:38:51 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-04-29 19:55:37 -0700 |
commit | d80dee2a54a172fa19c0bc21486ee43ef2e3514d (patch) | |
tree | a0f83a672ba25a09e60678466aca4c52968becb0 /launcher/ui/dialogs | |
parent | 788fa40c2ae0e9786c070f4593a4e7ff6efc77d3 (diff) | |
download | PrismLauncher-d80dee2a54a172fa19c0bc21486ee43ef2e3514d.tar.gz PrismLauncher-d80dee2a54a172fa19c0bc21486ee43ef2e3514d.tar.bz2 PrismLauncher-d80dee2a54a172fa19c0bc21486ee43ef2e3514d.zip |
refactor: pass instance ptr to resource models. use it to find instance root.
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/dialogs')
-rw-r--r-- | launcher/ui/dialogs/CopyInstanceDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/CopyInstanceDialog.cpp b/launcher/ui/dialogs/CopyInstanceDialog.cpp index 347bd39f..d75bb5fe 100644 --- a/launcher/ui/dialogs/CopyInstanceDialog.cpp +++ b/launcher/ui/dialogs/CopyInstanceDialog.cpp @@ -108,7 +108,7 @@ CopyInstanceDialog::CopyInstanceDialog(InstancePtr original, QWidget* parent) #if defined(Q_OS_WIN) ui->symbolicLinksCheckbox->setIcon(style()->standardIcon(QStyle::SP_VistaShield)); ui->symbolicLinksCheckbox->setToolTip(tr("Use symbolic links instead of copying files.") + - tr("\nOn windows symbolic links may require admin permission to create.")); + "\n" + tr("On Windows, symbolic links may require admin permission to create.")); #endif updateLinkOptions(); |