From 69a98669bf85625066cf5a47fa9f3da0db8bed59 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Wed, 6 Jan 2021 22:11:49 -0600 Subject: [PATCH] Remove anchor from help URLs --- src/ProjectFileManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ProjectFileManager.cpp b/src/ProjectFileManager.cpp index a73ad678d..60663ae50 100644 --- a/src/ProjectFileManager.cpp +++ b/src/ProjectFileManager.cpp @@ -312,7 +312,7 @@ bool ProjectFileManager::DoSave(const FilePath & fileName, const bool fromSaveAs &window, XO("Error Saving Project"), XO("The project exceeds the maximum size of 4GB when writing to a FAT32 formatted filesystem."), - "Error:_Unsuitable_drive#fat32" + "Error:_Unsuitable_drive" ); return false; } @@ -622,7 +622,7 @@ bool ProjectFileManager::SaveCopy(const FilePath &fileName /* = wxT("") */) &window, XO("Error Saving Project"), XO("The project exceeds the maximum size of 4GB when writing to a FAT32 formatted filesystem."), - "Error:_Unsuitable_drive#fat32" + "Error:_Unsuitable_drive" ); if (project.mBatchMode)