summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-05-22 17:15:58 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-05-22 17:15:58 +0200
commit1973fcd63f5553e09c7f4e90266ec69b35f5e2ca (patch)
tree0cf3ad4acf71e7eb2326961dedc2a7047bcc6394
parent38e74e1d1f5ebbee45c65168289a1c00d8e042d5 (diff)
downloadlibgphoto2-1973fcd63f5553e09c7f4e90266ec69b35f5e2ca.tar.gz
added wbpreset comments 1-6
-rw-r--r--camlibs/ptp2/config.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c
index a8efcfa02..4d29dd1d2 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -8903,6 +8903,12 @@ static struct submenu capture_settings_menu[] = {
{ N_("AE Bracketing Count"), "aebracketingcount", PTP_DPC_NIKON_AutoExposureBracketCount, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_INT, _put_None },
{ N_("ADL Bracketing Pattern"), "adlbracketingpattern", PTP_DPC_NIKON_ADLBracketingPattern, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_ADLBracketPattern, _put_Nikon_ADLBracketPattern },
{ N_("ADL Bracketing Step"), "adlbracketingstep", PTP_DPC_NIKON_ADLBracketingStep, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_ADLBracketStep, _put_Nikon_ADLBracketStep },
+ { N_("WB Preset Comment 1"), "wbpresetcomment1", PTP_DPC_NIKON_WhiteBalancePresetName1, PTP_VENDOR_NIKON, PTP_DTC_STR, _get_STR, _put_STR },
+ { N_("WB Preset Comment 2"), "wbpresetcomment2", PTP_DPC_NIKON_WhiteBalancePresetName2, PTP_VENDOR_NIKON, PTP_DTC_STR, _get_STR, _put_STR },
+ { N_("WB Preset Comment 3"), "wbpresetcomment3", PTP_DPC_NIKON_WhiteBalancePresetName3, PTP_VENDOR_NIKON, PTP_DTC_STR, _get_STR, _put_STR },
+ { N_("WB Preset Comment 4"), "wbpresetcomment4", PTP_DPC_NIKON_WhiteBalancePresetName4, PTP_VENDOR_NIKON, PTP_DTC_STR, _get_STR, _put_STR },
+ { N_("WB Preset Comment 5"), "wbpresetcomment5", PTP_DPC_NIKON_WhiteBalancePresetName5, PTP_VENDOR_NIKON, PTP_DTC_STR, _get_STR, _put_STR },
+ { N_("WB Preset Comment 6"), "wbpresetcomment6", PTP_DPC_NIKON_WhiteBalancePresetName6, PTP_VENDOR_NIKON, PTP_DTC_STR, _get_STR, _put_STR },
{ N_("Burst Number"), "burstnumber", PTP_DPC_BurstNumber, 0, PTP_DTC_UINT16, _get_INT, _put_INT },
{ N_("Burst Interval"), "burstinterval", PTP_DPC_BurstInterval, 0, PTP_DTC_UINT16, _get_Milliseconds, _put_Milliseconds },
{ N_("Maximum Shots"), "maximumshots", PTP_DPC_NIKON_MaximumShots, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_INT, _put_None },