mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Add missing comma between two image names
Before that "" was concatenated with second element so each call by index to that array would be off by 1. Signed-off-by: Melg Eight <public.melg8@gmail.com>
This commit is contained in:
parent
72ab898db7
commit
4063884740
@ -12,7 +12,7 @@
|
||||
|
||||
// index = enum pki_type
|
||||
static const char * const PixmapMap[] = {
|
||||
"" ":keyImg", ":csrImg", ":certImg", ":revImg", ":tempImg", "", ":scardImg",
|
||||
"", ":keyImg", ":csrImg", ":certImg", ":revImg", ":tempImg", "", ":scardImg",
|
||||
};
|
||||
|
||||
XcaDialog::XcaDialog(QWidget *parent, enum pki_type type, QWidget *w,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user