This commit is contained in:
2010-09-23 18:44:27 +00:00
parent 154357c307
commit f4a561c1b3
11 changed files with 637 additions and 807 deletions

View File

@@ -23,6 +23,7 @@ namespace VEPROMS
btnHlpScNav.Checked = false;
btnHlpScTxtMods.Checked = false;
btnHlpScMisc.Checked = false;
btnHlpScRibbon.Checked = false;
}
private string GetDirPath()
{
@@ -74,7 +75,7 @@ namespace VEPROMS
private void btnHlpScRibbon_Click(object sender, EventArgs e)
{
ClearCheckedButtons();
btnHlpScMisc.Checked = true;
btnHlpScRibbon.Checked = true;
string dirpath = GetDirPath();
dirpath += "SORTCUTS_RIBBON.RTF";
scRtb.Clear();