Changeset 15707 for titan/plugins/stock/stock.h
- Timestamp:
- 05/14/12 18:52:21 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/stock/stock.h
r15462 r15707 172 172 173 173 start: 174 175 tmpstr = ostrcat(_("Stock"), " - ", 0, 0); 176 tmpstr = ostrcat(tmpstr, name, 1, 0); 177 changetitle(stock, tmpstr); 178 free(tmpstr); tmpstr = NULL; 179 174 180 node = getstock(name); 175 181 free(name); name = NULL;
Note: See TracChangeset
for help on using the changeset viewer.