Skip to content

Commit

Permalink
修复bug。
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweihan committed Sep 14, 2017
1 parent cc83a5d commit 5add96a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Src/Edislab/Bin_x64/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define AppName "Edislab Pro"
#define AppVerName "Edislab Pro v1.0"
#define AppDefaultGroupName "Edislab"
#define AppPublisher "Edislab教育"#define DefaultOutputDir "C:\Users\Administrator\Desktop"
#define AppPublisher "Edislab教育"#define DefaultOutputDir "D:\"
;#define DefaultAppCopyright "Copyright(C)2014-2015 Incxxx,Inc"
#define MutexName "05F14B9D-5AF2-4521-8B3A-37CC74AA2F22"
#define AppVerSion "1.0.0.0"
Expand Down
6 changes: 0 additions & 6 deletions Src/Edislab/Edislab Pro/DlgSensorChoose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,12 +554,6 @@ void CDlgSensorChoose::RefreshChoosedSensorList()
int nNum = (int)m_setChooseSensorID.count(element.nSensorID);
if (nNum == 0)
{

/*if (-1 == CSensorIDGenerator::CreateInstance().AddSensor(element.strSensorName))
{
return;
}*/

CSensorManager::CreateInstance().RegisterSensor(element.nSensorID,0);
str.Format(_T("数据列:%s(%s)"), CString(element.strSensorSymbol.c_str()), CString(element.strSensorName.c_str()));

Expand Down

0 comments on commit 5add96a

Please sign in to comment.