forked from Ivasoft/DSView
fix: The error information is not incomplete display on the wave view
This commit is contained in:
@@ -428,7 +428,7 @@ void DecoderStack::do_decode_work()
|
||||
for(auto dec : _stack){
|
||||
if (!dec->have_required_probes()) {
|
||||
_error_message = L_S(STR_PAGE_MSG, S_ID(IDS_MSG_DECODERSTACK_DECODE_WORK_ERROR),
|
||||
"One or more required channels \nhave not been specified");
|
||||
"One or more required channels have not been specified");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -333,7 +333,7 @@
|
||||
},
|
||||
{
|
||||
"id": "IDS_MSG_DECODERSTACK_DECODE_WORK_ERROR",
|
||||
"text": "n尚未指定一个或多个 \n所需通道"
|
||||
"text": "尚未指定一个或多个所需通道!"
|
||||
},
|
||||
{
|
||||
"id": "IDS_MSG_DECODERSTACK_DECODE_DATA_ERROR",
|
||||
|
||||
@@ -334,7 +334,7 @@
|
||||
},
|
||||
{
|
||||
"id": "IDS_MSG_DECODERSTACK_DECODE_WORK_ERROR",
|
||||
"text": "One or more required channels \nhave not been specified"
|
||||
"text": "One or more required channels have not been specified!"
|
||||
},
|
||||
{
|
||||
"id": "IDS_MSG_DECODERSTACK_DECODE_DATA_ERROR",
|
||||
|
||||
Reference in New Issue
Block a user