File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ inherited SWAGImportDlg: TSWAGImportDlg
1919 inherited pcWizard: TPageControl
2020 Width = 671
2121 Height = 456
22- ActivePage = tsCategories
22+ ActivePage = tsUpdate
2323 ExplicitWidth = 671
2424 ExplicitHeight = 456
2525 object tsIntro: TTabSheet
@@ -178,10 +178,6 @@ inherited SWAGImportDlg: TSWAGImportDlg
178178 Caption = ' tsUpdate'
179179 ImageIndex = 2
180180 TabVisible = False
181- ExplicitLeft = 0
182- ExplicitTop = 0
183- ExplicitWidth = 0
184- ExplicitHeight = 0
185181 object lblUpdateDesc: TLabel
186182 Left = 0
187183 Top = 3
@@ -204,11 +200,11 @@ inherited SWAGImportDlg: TSWAGImportDlg
204200 Height = 317
205201 Columns = <
206202 item
207- Caption = ' Snippet Title ( Display Name) '
203+ Caption = ' Packet Title ' # 8594 ' Snippet Display Name'
208204 Width = 400
209205 end
210206 item
211- Caption = ' Snippet ID ( Name) '
207+ Caption = ' Snippet Name from SWAG ID '
212208 Width = 200
213209 end >
214210 ColumnClick = False
Original file line number Diff line number Diff line change @@ -767,7 +767,7 @@ procedure TSWAGImportDlg.PreviewSelectedPacket;
767767resourcestring
768768 sWaitMsg = ' Retrieving packet...' ;
769769 sContentTplt = ' ID: %0:d' + EOL +
770- ' Category: " %1:s" ' + EOL +
770+ ' Category ID: %1:d ' + EOL +
771771 ' File Name: "%2:s"' + EOL +
772772 ' Title: "%3:s"' + EOL +
773773 ' Author: "%4:s"' + EOL2 +
You can’t perform that action at this time.
0 commit comments