Skip to content

Commit cefd235

Browse files
chore: add torrent console parameter number in the menu
There are 8 trackers update posiblilities. Using 'update number' for reference for user that use command line and windows version.
1 parent 97b28ec commit cefd235

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

source/code/main.lfm

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object FormTrackerModify: TFormTrackerModify
2-
Left = 1348
2+
Left = 1398
33
Height = 607
4-
Top = 462
4+
Top = 448
55
Width = 1179
66
AllowDropFiles = True
77
Caption = 'Bittorrent Tracker Editor'
@@ -16,7 +16,7 @@ object FormTrackerModify: TFormTrackerModify
1616
OnDropFiles = FormDropFiles
1717
OnShow = FormShow
1818
Position = poScreenCenter
19-
LCLVersion = '1.6.2.0'
19+
LCLVersion = '1.8.0.5'
2020
object PageControl: TPageControl
2121
Left = 0
2222
Height = 587
@@ -302,39 +302,39 @@ object FormTrackerModify: TFormTrackerModify
302302
object MenuUpdateTorrentAddAfter: TMenuItem
303303
Caption = 'Insert new trackers list &BEFORE, the original trackers list inside the torrent file'
304304
object MenuUpdateTorrentAddBeforeRemoveOriginal: TMenuItem
305-
Caption = 'And remove possible duplicated trackers from the ORIGINAL trackers list.'
305+
Caption = 'And remove possible duplicated trackers from the ORIGINAL trackers list.(-U0)'
306306
OnClick = MenuUpdateTorrentAddBeforeRemoveOriginalClick
307307
end
308308
object MenuUpdateTorrentAddBeforeRemoveNew: TMenuItem
309-
Caption = 'And remove possible duplicated trackers from the NEW trackers list.'
309+
Caption = 'And remove possible duplicated trackers from the NEW trackers list.(-U1)'
310310
OnClick = MenuUpdateTorrentAddBeforeRemoveNewClick
311311
end
312312
object MenuUpdateTorrentAddBeforeKeepOriginalInstactAndRemoveNothing: TMenuItem
313-
Caption = 'Keep original tracker list unchanged and remove nothing.'
313+
Caption = 'Keep original tracker list unchanged and remove nothing.(-U5)'
314314
OnClick = MenuUpdateTorrentAddBeforeKeepOriginalInstactAndRemoveNothingClick
315315
end
316316
end
317317
object MenuUpdateTorrentAddBefore: TMenuItem
318318
Caption = 'Append new trackers list &AFTER, the original trackers list inside the torrent file.'
319319
object MenuUpdateTorrentAddAfterRemoveOriginal: TMenuItem
320-
Caption = 'And remove possible duplicated trackers from the ORIGINAL trackers list.'
320+
Caption = 'And remove possible duplicated trackers from the ORIGINAL trackers list.(-U2)'
321321
OnClick = MenuUpdateTorrentAddAfterRemoveOriginalClick
322322
end
323323
object MenuUpdateTorrentAddAfterRemoveNew: TMenuItem
324-
Caption = 'And remove possible duplicated trackers from the NEW trackers list.'
324+
Caption = 'And remove possible duplicated trackers from the NEW trackers list.(-U3)'
325325
OnClick = MenuUpdateTorrentAddAfterRemoveNewClick
326326
end
327327
object MenuUpdateTorrentAddAfterKeepOriginalInstactAndRemoveNothing: TMenuItem
328-
Caption = 'Keep original tracker list unchanged and remove nothing.'
328+
Caption = 'Keep original tracker list unchanged and remove nothing.(-U6)'
329329
OnClick = MenuUpdateTorrentAddAfterKeepOriginalInstactAndRemoveNothingClick
330330
end
331331
end
332332
object MenuUpdateTorrentSort: TMenuItem
333-
Caption = '&Sort the trackers list by name.'
333+
Caption = '&Sort the trackers list by name.(-U4)'
334334
OnClick = MenuUpdateTorrentSortClick
335335
end
336336
object MenuUpdateRandomize: TMenuItem
337-
Caption = '&Randomize the trackers list.'
337+
Caption = '&Randomize the trackers list.(-U8)'
338338
OnClick = MenuUpdateRandomizeClick
339339
end
340340
end

0 commit comments

Comments
 (0)