- Timestamp:
- 03/21/14 03:05:54 (8 years ago)
- Location:
- titan/plugins/tithek
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/ard.h
r27740 r27743 100 100 if(mlist != NULL) 101 101 { 102 mbox = menulistbox(mlist, NULL, _("Stream Menu"), _("Choose your Streaming linkfrom the following list"), NULL, NULL, 1, 0);102 mbox = menulistbox(mlist, NULL, _("Stream Menu"), _("Choose your Streaming Format from the following list"), NULL, NULL, 1, 0); 103 103 if(mbox != NULL) 104 104 { -
titan/plugins/tithek/youtube.h
r27740 r27743 172 172 173 173 if(mlist != NULL){ 174 mbox = menulistbox(mlist, NULL, _("Stream Menu"), _("Choose your Streaming linkfrom the following list"), NULL, NULL, 1, 0);174 mbox = menulistbox(mlist, NULL, _("Stream Menu"), _("Choose your Streaming Format from the following list"), NULL, NULL, 1, 0); 175 175 if(mbox != NULL){ 176 176 free(streamurl), streamurl = NULL; -
titan/plugins/tithek/zdf.h
r27270 r27743 110 110 if(mlist != NULL) 111 111 { 112 mbox = menulistbox(mlist, NULL, NULL, NULL, NULL, 1, 0);112 mbox = menulistbox(mlist, NULL, _("Stream Menu"), _("Choose your Streaming Format from the following list"), NULL, NULL, 1, 0); 113 113 if(mbox != NULL) 114 114 {
Note: See TracChangeset
for help on using the changeset viewer.