diff options
Diffstat (limited to 'hardinfo')
-rw-r--r-- | hardinfo/vendor.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hardinfo/vendor.c b/hardinfo/vendor.c index ff560390..9cf84fa5 100644 --- a/hardinfo/vendor.c +++ b/hardinfo/vendor.c @@ -252,10 +252,8 @@ void vendor_init(void) { gchar *path; static SyncEntry se = { - .fancy_name = "Update vendor list", - .name = "RecvVendorList", - .save_to = "vendor.ids", - .get_data = NULL + .name = N_("Update vendor list"), + .file_name = "vendor.ids", }; /* already initialized */ |