mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
fix: The error information is not incomplete display on the wave view
This commit is contained in:
parent
1075e62db9
commit
2d7c832d33
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user