equal
deleted
inserted
replaced
47 // If r_log_contact_name_format = r_western_format, then the order will be: |
47 // If r_log_contact_name_format = r_western_format, then the order will be: |
48 // {given_name,name_separator,family_name} |
48 // {given_name,name_separator,family_name} |
49 // |
49 // |
50 // By default r_log_contact_name_format value is set to r_western_format. |
50 // By default r_log_contact_name_format value is set to r_western_format. |
51 // It has to be set to r_chinese_format for chinese builds. |
51 // It has to be set to r_chinese_format for chinese builds. |
52 // The default value is kept here for compatibility reasons. The resource file is not used anymore. |
|
53 // The related LogServ confml file is used for loading the default contact name format. |
|
54 RESOURCE INT16 r_log_contact_name_format { value = r_western_format; } |
52 RESOURCE INT16 r_log_contact_name_format { value = r_western_format; } |
55 |
53 |