fixed wording for Bookmarks

This commit is contained in:
John Jenko 2010-06-04 19:26:58 +00:00
parent 84126b7aee
commit 0d12eeddfb
2 changed files with 13 additions and 2 deletions

View File

@ -64,13 +64,24 @@ namespace Volian.Controls.Library
this.groupPanelBookMarks.Style.BorderRightWidth = 1; this.groupPanelBookMarks.Style.BorderRightWidth = 1;
this.groupPanelBookMarks.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanelBookMarks.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanelBookMarks.Style.BorderTopWidth = 1; this.groupPanelBookMarks.Style.BorderTopWidth = 1;
this.groupPanelBookMarks.Style.Class = "";
this.groupPanelBookMarks.Style.CornerDiameter = 4; this.groupPanelBookMarks.Style.CornerDiameter = 4;
this.groupPanelBookMarks.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupPanelBookMarks.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanelBookMarks.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupPanelBookMarks.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanelBookMarks.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupPanelBookMarks.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanelBookMarks.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; 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.TabIndex = 0;
this.groupPanelBookMarks.Text = "Book Marks"; this.groupPanelBookMarks.Text = "Bookmarks";
// //
// lbxBookMarks // lbxBookMarks
// //

View File

@ -91,7 +91,7 @@ namespace Volian.Controls.Library
{ {
if (_CurItemInfo == null) if (_CurItemInfo == null)
{ {
MessageBox.Show("Cannot set bookmark on this item."); MessageBox.Show("Cannot set a bookmark on this item.");
return; return;
} }
_MyBookMarks.Add(_CurItemInfo); _MyBookMarks.Add(_CurItemInfo);