summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/dialogs/QrCodeGenDialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/QrCodeGenDialog.cxx b/cui/source/dialogs/QrCodeGenDialog.cxx
index 271d14999cbf..fad04c944ee0 100644
--- a/cui/source/dialogs/QrCodeGenDialog.cxx
+++ b/cui/source/dialogs/QrCodeGenDialog.cxx
@@ -105,9 +105,9 @@ std::string GetBarCodeType(const int& type)
switch (type)
{
case 1:
- return "CODE_128";
+ return "Code128";
default:
- return "QR_CODE";
+ return "QRCode";
}
}