Changeset 38571


Ignore:
Timestamp:
09/04/16 19:52:42 (7 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinadjust.h

    r38568 r38571  
    493493                                char* search = NULL;
    494494                                search = textinputhist(_("Skinstyle Name"), " ", "searchhist");
     495                                strstrip(search);
    495496                                if(search != NULL)
    496497                                {
     
    524525                                tmpstr = string_replace("skinconfig.", "", skinstyle_sel->ret, 0);
    525526                                char* msg = ostrcat(_("Remove Skinstyle"), NULL, 0, 0);
    526                                 msg = ostrcat(msg, " ", 1, 0);
     527                                msg = ostrcat(msg, " '", 1, 0);
    527528                                msg = ostrcat(msg, tmpstr, 1, 0);
    528                                 msg = ostrcat(msg, " ?", 1, 0);
     529                                msg = ostrcat(msg, "' ?", 1, 0);
    529530                                free(tmpstr), tmpstr = NULL;
    530531
Note: See TracChangeset for help on using the changeset viewer.