Skip to content

Commit fd55610

Browse files
committed
Made a few UI changes re recent SWAG data structure changes
1 parent 6198d77 commit fd55610

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Src/FmSWAGImportDlg.dfm

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

Src/FmSWAGImportDlg.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ procedure TSWAGImportDlg.PreviewSelectedPacket;
767767
resourcestring
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 +

0 commit comments

Comments
 (0)