Fixing indentation and braces in trunk/
This commit is contained in:
parent
6437594240
commit
af230cbed7
13 changed files with 962 additions and 1180 deletions
|
@ -74,7 +74,7 @@ namespace LSLEditor
|
|||
private void About_Load(object sender, EventArgs e)
|
||||
{
|
||||
string strExeFileName = Path.GetFileName(Assembly.GetExecutingAssembly().CodeBase);
|
||||
this.webBrowser1.Navigate("res://" + strExeFileName + "/"+ Properties.Settings.Default.About);
|
||||
this.webBrowser1.Navigate("res://" + strExeFileName + "/" + Properties.Settings.Default.About);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue