Changeset 15716 for titan/plugins/stock/stock.h
- Timestamp:
- 05/14/12 21:54:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/stock/stock.h
r15712 r15716 264 264 if(tmp != NULL) 265 265 { 266 changetext(tmp, location);267 changename(tmp, location);266 changetext(tmp, name); 267 changename(tmp, name); 268 268 } 269 269 } … … 276 276 if(rcret == getrcconfigint("rcyellow", NULL)) 277 277 { 278 writestock(getconfig("stockfile", listbox);278 writestock(getconfig("stockfile", NULL), listbox); 279 279 continue; 280 280 }
Note: See TracChangeset
for help on using the changeset viewer.