author | llornkcor <llornkcor> | 2002-11-01 16:47:02 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-11-01 16:47:02 (UTC) |
commit | 9e5589036e37a54a70243617f38741b6c709aff1 (patch) (unidiff) | |
tree | 42fc8f6dd6c7bafb7ed2ed5ef97e67c763cf0845 | |
parent | 535713ea42d091361f0ac3b14b3f44f3899a7102 (diff) | |
download | opie-9e5589036e37a54a70243617f38741b6c709aff1.zip opie-9e5589036e37a54a70243617f38741b6c709aff1.tar.gz opie-9e5589036e37a54a70243617f38741b6c709aff1.tar.bz2 |
fix
-rw-r--r-- | noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp index 6d53a91..aabb4d2 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp | |||
@@ -207,7 +207,7 @@ void StockTickerPluginWidget::getStocks( const char *blah) { | |||
207 | output +=tempString; | 207 | output +=tempString; |
208 | 208 | ||
209 | // printf("----------------------------------------\n\n"); | 209 | // printf("----------------------------------------\n\n"); |
210 | tempString.sprintf("||==++=="); | 210 | tempString.sprintf("||==++==|"); |
211 | output +=tempString; | 211 | output +=tempString; |
212 | 212 | ||
213 | /* Simple function which help to browse in the stocks list */ | 213 | /* Simple function which help to browse in the stocks list */ |