From 0ce9bf847db85f1c236f7738bd7fcc83ac49a0b0 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 9 Jun 2012 16:03:49 +0200 Subject: [PATCH] cleanup Signed-off-by: Sven Strickroth --- Languages/Tortoise.pot | 4 ---- src/Resources/TortoiseProcENG.rc | 1 - src/TortoiseProc/resource.h | 1 - 3 files changed, 6 deletions(-) diff --git a/Languages/Tortoise.pot b/Languages/Tortoise.pot index ac7358db8..5f507fcf3 100644 --- a/Languages/Tortoise.pot +++ b/Languages/Tortoise.pot @@ -3876,10 +3876,6 @@ msgstr "" msgid "GDI+ couldn't create a bitmap object. You probably don't have enough memory." msgstr "" -#. Resource IDs: (83) -msgid "GDI+ is required to save the revision graph as a picture.\nYou can get GDI+ from\nhttp://www.microsoft.com/downloads/details.aspx?FamilyID=6a63ab9c-df12-4d41-933c-be590feaa05a&DisplayLang=en" -msgstr "" - #. Resource IDs: (284) msgid "Gathering information. Please wait..." msgstr "" diff --git a/src/Resources/TortoiseProcENG.rc b/src/Resources/TortoiseProcENG.rc index 5e616ef6d..4117d65ec 100644 --- a/src/Resources/TortoiseProcENG.rc +++ b/src/Resources/TortoiseProcENG.rc @@ -2486,7 +2486,6 @@ END STRINGTABLE BEGIN - IDS_ERR_GDIPLUS_MISSING "GDI+ is required to save the revision graph as a picture.\nYou can get GDI+ from\nhttp://www.microsoft.com/downloads/details.aspx?FamilyID=6a63ab9c-df12-4d41-933c-be590feaa05a&DisplayLang=en" IDS_ERR_NOTENOUGHMEMORY "Not enough memory to complete operation." IDS_ERR_MUSTBEURL "This is not a valid URL.\nPlease enter an URL here." IDS_ERR_INVALIDREVNOWC "Invalid revision number! Valid revisions are:\nHEAD\npositive decimal numbers,\ndates in one of the following example forms:\n{2002-02-17}\n{15:30}\n{15:30:00.200000}\n{""2002-02-17 15:30""}\n{""2002-02-17 15:30 +0230""}\n{2002-02-17T15:30}\n{2002-02-17T15:30Z}\n{2002-02-17T15:30-04:00}\n{20020217T1530}\n{20020217T1530Z}\n{20020217T1530-0500}" diff --git a/src/TortoiseProc/resource.h b/src/TortoiseProc/resource.h index 07bd9e5b9..6f9bd852b 100644 --- a/src/TortoiseProc/resource.h +++ b/src/TortoiseProc/resource.h @@ -701,7 +701,6 @@ #define IDS_ERR_FAILEDUNIGNOREPROPERTY 1309 #define IDS_ERR_NOTHINGTOREVERT 1310 #define IDS_ERR_NOCOMMONCOPYFROM 1311 -#define IDS_ERR_GDIPLUS_MISSING 1312 #define IDC_SPLITTER 1312 #define IDS_ERR_NOTENOUGHMEMORY 1313 #define IDC_UNVERSIONEDASMODIFIED 1313 -- 2.11.4.GIT