X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fspv%2Fspv.h;h=d1706f4e7ecc4334c2e4d49e6f45b3fdc6335161;hb=e552b78ccafd962fc00c1092bd7e22ed6676d527;hp=6857d9b3b67f7e0d01dd699a2c6de6893b0c1798;hpb=92d56ca29ed5db49a208280c45155850a9c7a76b;p=pspp diff --git a/src/output/spv/spv.h b/src/output/spv/spv.h index 6857d9b3b6..d1706f4e7e 100644 --- a/src/output/spv/spv.h +++ b/src/output/spv/spv.h @@ -116,8 +116,8 @@ struct spv_item char *structure_member; enum spv_item_type type; - char *label; - char *command_id; /* Unique command identifier. */ + char *label; /* Localized label. */ + char *command_id; /* Non-localized unique command identifier. */ /* Whether the item is visible. For SPV_ITEM_HEADING, false indicates that the item is collapsed.