-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59c9e4d
commit 6795b27
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1216,7 +1216,7 @@ private void lbppd_Click(object sender, EventArgs e) | |
predefineKeil = @"sbit=;sfr=;data=;xdata=;code=;idata=;pdata=;_at_=#;", | ||
predefine = @"VS;", | ||
regPath = @"SOFTWARE\WOW6432Node\Keil\Products\C51\", | ||
notUvProj = "Read File Error! Maybe it is't MDK Project File", | ||
notUvProj = "\nRead File Error! Maybe it is't MDK Project File", | ||
notkeilexe = "This is NOT KEIL PROGRAM!!\n", | ||
Sourepretext = "Open Or drop The MDK the Project File to here!", | ||
nameSp = "MAILTO:[email protected]", | ||
|