Changeset 38571
- Timestamp:
- 09/04/16 19:52:42 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinadjust.h
r38568 r38571 493 493 char* search = NULL; 494 494 search = textinputhist(_("Skinstyle Name"), " ", "searchhist"); 495 strstrip(search); 495 496 if(search != NULL) 496 497 { … … 524 525 tmpstr = string_replace("skinconfig.", "", skinstyle_sel->ret, 0); 525 526 char* msg = ostrcat(_("Remove Skinstyle"), NULL, 0, 0); 526 msg = ostrcat(msg, " ", 1, 0);527 msg = ostrcat(msg, " '", 1, 0); 527 528 msg = ostrcat(msg, tmpstr, 1, 0); 528 msg = ostrcat(msg, " ?", 1, 0);529 msg = ostrcat(msg, "' ?", 1, 0); 529 530 free(tmpstr), tmpstr = NULL; 530 531
Note: See TracChangeset
for help on using the changeset viewer.