aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cigi.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-05-24 20:59:33 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-05-24 20:59:33 +0000
commitb787288d49fe455f6974b17b468565dd5119aad2 (patch)
tree1e75210dc37736f67bb2f44bdf35c3f199ded3c0 /epan/dissectors/packet-cigi.c
parent56d3e78d368ff3c37ceaf3302dc210c8a0938442 (diff)
Rewrite some non-ascii characters.
svn path=/trunk/; revision=28461
Diffstat (limited to 'epan/dissectors/packet-cigi.c')
-rw-r--r--epan/dissectors/packet-cigi.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-cigi.c b/epan/dissectors/packet-cigi.c
index 303b81000e..c97a51eaf7 100644
--- a/epan/dissectors/packet-cigi.c
+++ b/epan/dissectors/packet-cigi.c
@@ -9748,17 +9748,17 @@ proto_register_cigi(void)
{ &hf_cigi3_3_symbol_surface_definition_yaw_bottom,
{ "Yaw (degrees)/Bottom", "cigi.symbl_srfc_def.yaw_bottom",
FT_FLOAT, BASE_DEC, NULL, 0x0,
- "Specifies the rotation about the surface’s Z axis or bottommost boundary for the symbol surface", HFILL }
+ "Specifies the rotation about the surface's Z axis or bottommost boundary for the symbol surface", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_pitch,
{ "Pitch (degrees)", "cigi.symbl_srfc_def.pitch",
FT_FLOAT, BASE_DEC, NULL, 0x0,
- "Specifies the rotation about the surface’s Y axis", HFILL }
+ "Specifies the rotation about the surface's Y axis", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_roll,
{ "Roll (degrees)", "cigi.symbl_srfc_def.roll",
FT_FLOAT, BASE_DEC, NULL, 0x0,
- "Specifies the rotation about the surface’s X axis", HFILL }
+ "Specifies the rotation about the surface's X axis", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_width,
{ "Width (m/degrees)", "cigi.symbl_srfc_def.width",
@@ -9773,22 +9773,22 @@ proto_register_cigi(void)
{ &hf_cigi3_3_symbol_surface_definition_min_u,
{ "Min U (surface horizontal units)", "cigi.symbl_srfc_def.min_u",
FT_FLOAT, BASE_DEC, NULL, 0x0,
- "Specifies the minimum U coordinate of the symbol surface’s viewable area", HFILL }
+ "Specifies the minimum U coordinate of the symbol surface's viewable area", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_max_u,
{ "Max U (surface horizontal units)", "cigi.symbl_srfc_def.max_u",
FT_FLOAT, BASE_DEC, NULL, 0x0,
- "Specifies the maximum U coordinate of the symbol surface’s viewable area", HFILL }
+ "Specifies the maximum U coordinate of the symbol surface's viewable area", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_min_v,
{ "Min V (surface vertical units)", "cigi.symbl_srfc_def.min_v",
FT_FLOAT, BASE_DEC, NULL, 0x0,
- "Specifies the minimum V coordinate of the symbol surface’s viewable area", HFILL }
+ "Specifies the minimum V coordinate of the symbol surface's viewable area", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_max_v,
{ "Max V (surface vertical units)", "cigi.symbl_srfc_def.max_v",
FT_FLOAT, BASE_DEC, NULL, 0x0,
- "Specifies the maximum V coordinate of the symbol surface’s viewable area", HFILL }
+ "Specifies the maximum V coordinate of the symbol surface's viewable area", HFILL }
},
/* CIGI3_3 Symbol Text Definition */
@@ -9805,7 +9805,7 @@ proto_register_cigi(void)
{ &hf_cigi3_3_symbol_text_definition_alignment,
{ "Alignment", "cigi.symbol_text_def.alignment",
FT_UINT8, BASE_DEC, VALS(cigi3_3_symbol_text_definition_alignment_vals), 0x0f,
- "Specifies the position of the symbol’s reference point", HFILL }
+ "Specifies the position of the symbol's reference point", HFILL }
},
{ &hf_cigi3_3_symbol_text_definition_orientation,
{ "Orientation", "cigi.symbol_text_def.orientation",