113 |
113 |
114 // Set the icon based on the common type decided above. |
114 // Set the icon based on the common type decided above. |
115 if (eCommonType == OBJ_Unidentified) |
115 if (eCommonType == OBJ_Unidentified) |
116 qEntryIcon = getIcon ("add-subfile"); |
116 qEntryIcon = getIcon ("add-subfile"); |
117 else |
117 else |
118 qEntryIcon = getIcon (str::mkfmt ("add-%s", g_saObjTypeIcons[eCommonType])); |
118 qEntryIcon = getIcon (format ("add-%s", g_saObjTypeIcons[eCommonType])); |
119 } |
119 } |
120 break; |
120 break; |
121 } |
121 } |
122 |
122 |
123 zText.format ("%s %lu objects\n%s", zVerb.chars(), ulCount, |
123 zText.format ("%s %lu objects\n%s", zVerb.chars(), ulCount, |