fixed wording for Bookmarks
This commit is contained in:
parent
84126b7aee
commit
0d12eeddfb
@ -64,13 +64,24 @@ namespace Volian.Controls.Library
|
||||
this.groupPanelBookMarks.Style.BorderRightWidth = 1;
|
||||
this.groupPanelBookMarks.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.groupPanelBookMarks.Style.BorderTopWidth = 1;
|
||||
this.groupPanelBookMarks.Style.Class = "";
|
||||
this.groupPanelBookMarks.Style.CornerDiameter = 4;
|
||||
this.groupPanelBookMarks.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.groupPanelBookMarks.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.groupPanelBookMarks.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.groupPanelBookMarks.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanelBookMarks.StyleMouseDown.Class = "";
|
||||
this.groupPanelBookMarks.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.groupPanelBookMarks.StyleMouseOver.Class = "";
|
||||
this.groupPanelBookMarks.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.groupPanelBookMarks.TabIndex = 0;
|
||||
this.groupPanelBookMarks.Text = "Book Marks";
|
||||
this.groupPanelBookMarks.Text = "Bookmarks";
|
||||
//
|
||||
// lbxBookMarks
|
||||
//
|
||||
|
@ -91,7 +91,7 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
if (_CurItemInfo == null)
|
||||
{
|
||||
MessageBox.Show("Cannot set bookmark on this item.");
|
||||
MessageBox.Show("Cannot set a bookmark on this item.");
|
||||
return;
|
||||
}
|
||||
_MyBookMarks.Add(_CurItemInfo);
|
||||
|
Loading…
x
Reference in New Issue
Block a user