Browse Source

Dialog image for Local-local copy options dialog

(We actually had those images already when the dialog was implemented, not sure why I didn't use them. I probably forgot about them)

Source commit: 263ba9171f9dcfcf00e13341eb874a005b07e4df
Martin Prikryl 3 years ago
parent
commit
3951d192fe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      source/forms/CopyLocal.cpp

+ 2 - 2
source/forms/CopyLocal.cpp

@@ -29,12 +29,12 @@ TCopyLocalDialog::TCopyLocalDialog(TComponent * Owner, bool Move, int Options)
   UnicodeString ImageName;
   if (!Move)
   {
-    ImageName = L"Upload File"; // TODO
+    ImageName = L"Duplicate L to R";
     ACaption = LoadStr(COPY_LOCAL_COPY_CAPTION);
   }
   else
   {
-    ImageName = L"Upload File Remove Original"; // TODO
+    ImageName = L"Move L to R";
     ACaption = LoadStr(COPY_LOCAL_MOVE_CAPTION);
   }
   Caption = ACaption;