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
19
19
inherited pcWizard: TPageControl
20
20
Width = 671
21
21
Height = 456
22
- ActivePage = tsCategories
22
+ ActivePage = tsUpdate
23
23
ExplicitWidth = 671
24
24
ExplicitHeight = 456
25
25
object tsIntro: TTabSheet
@@ -178,10 +178,6 @@ inherited SWAGImportDlg: TSWAGImportDlg
178
178
Caption = ' tsUpdate'
179
179
ImageIndex = 2
180
180
TabVisible = False
181
- ExplicitLeft = 0
182
- ExplicitTop = 0
183
- ExplicitWidth = 0
184
- ExplicitHeight = 0
185
181
object lblUpdateDesc: TLabel
186
182
Left = 0
187
183
Top = 3
@@ -204,11 +200,11 @@ inherited SWAGImportDlg: TSWAGImportDlg
204
200
Height = 317
205
201
Columns = <
206
202
item
207
- Caption = ' Snippet Title ( Display Name) '
203
+ Caption = ' Packet Title ' # 8594 ' Snippet Display Name'
208
204
Width = 400
209
205
end
210
206
item
211
- Caption = ' Snippet ID ( Name) '
207
+ Caption = ' Snippet Name from SWAG ID '
212
208
Width = 200
213
209
end >
214
210
ColumnClick = False
Original file line number Diff line number Diff line change @@ -767,7 +767,7 @@ procedure TSWAGImportDlg.PreviewSelectedPacket;
767
767
resourcestring
768
768
sWaitMsg = ' Retrieving packet...' ;
769
769
sContentTplt = ' ID: %0:d' + EOL +
770
- ' Category: " %1:s" ' + EOL +
770
+ ' Category ID: %1:d ' + EOL +
771
771
' File Name: "%2:s"' + EOL +
772
772
' Title: "%3:s"' + EOL +
773
773
' Author: "%4:s"' + EOL2 +
You can’t perform that action at this time.
0 commit comments