zz_historyDialog.cpp

changeset 116
4fde8fdf258a
parent 107
195aa036da7f
child 117
7eb7a43a511b
equal deleted inserted replaced
115:611417d3e6d2 116:4fde8fdf258a
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,

mercurial