Skip to content
Snippets Groups Projects
Commit acf1d84e authored by rswindell's avatar rswindell
Browse files

Change SpyButton hint from "Spy on User" to "Spy on Node".

parent 95a2bcb6
No related branches found
No related tags found
No related merge requests found
......@@ -10,15 +10,15 @@ object NodeForm: TNodeForm
DragMode = dmAutomatic
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDefault
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
PixelsPerInch = 120
TextHeight = 16
object Toolbar: TToolBar
Left = 0
Top = 0
......@@ -84,7 +84,7 @@ object NodeForm: TNodeForm
object SpyButton: TToolButton
Left = 161
Top = 0
Hint = 'Spy on User'
Hint = 'Spy on Node'
Caption = 'SpyButton'
ImageIndex = 41
OnClick = SpyButtonClick
......@@ -94,9 +94,9 @@ object NodeForm: TNodeForm
Left = 0
Top = 25
Width = 269
Height = 162
Height = 157
Align = alClient
ItemHeight = 13
ItemHeight = 16
MultiSelect = True
PopupMenu = PopupMenu
TabOrder = 1
......@@ -137,7 +137,7 @@ object NodeForm: TNodeForm
OnClick = ChatButtonClick
end
object SpyMenuItem: TMenuItem
Caption = 'Spy on User'
Caption = 'Spy on Node'
ImageIndex = 41
OnClick = SpyButtonClick
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment