Ignore:
Timestamp:
05/14/12 18:52:21 (11 years ago)
Author:
nit
Message:

[titan] shown info in stock and weather title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/stock/stock.h

    r15462 r15707  
    172172
    173173start:
     174
     175        tmpstr = ostrcat(_("Stock"), " - ", 0, 0);
     176        tmpstr = ostrcat(tmpstr, name, 1, 0);
     177        changetitle(stock, tmpstr);
     178        free(tmpstr); tmpstr = NULL;
     179
    174180        node = getstock(name);
    175181        free(name); name = NULL;
Note: See TracChangeset for help on using the changeset viewer.