ENH:display help image when connecting to lan printer

Change-Id: I9a34f998229d5f160623603382f0d43ef1699e27
This commit is contained in:
tao wang 2023-09-15 15:11:10 +08:00 committed by Lane.Wei
parent 23ee6bc4cd
commit cb8dbb912f

View file

@ -121,7 +121,7 @@ void ConnectPrinterDialog::init_bitmap()
if (m_obj->printer_type == "C11" || m_obj->printer_type == "C12") {
m_diagram_bmp = create_scaled_bitmap("input_accesscode_help2", nullptr, 190);
}
else if (m_obj->printer_type == "BL-P001" || m_obj->printer_type == "BL-P002") {
else if (m_obj->printer_type == "BL-P001" || m_obj->printer_type == "BL-P002" || m_obj->printer_type == "C13") {
if (language == "zh_CN") {
m_diagram_bmp = create_scaled_bitmap("input_access_code_cn", nullptr, 190);
}