[asterisk-commits] rizzo: branch rizzo/video_console r125274 - /team/rizzo/video_console/channels/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 26 00:43:06 CDT 2008
Author: rizzo
Date: Thu Jun 26 00:43:05 2008
New Revision: 125274
URL: http://svn.digium.com/view/asterisk?view=rev&rev=125274
Log:
reformat the strings indicating the status of each video source
Modified:
team/rizzo/video_console/channels/console_gui.c
Modified: team/rizzo/video_console/channels/console_gui.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/video_console/channels/console_gui.c?view=diff&rev=125274&r1=125273&r2=125274
==============================================================================
--- team/rizzo/video_console/channels/console_gui.c (original)
+++ team/rizzo/video_console/channels/console_gui.c Thu Jun 26 00:43:05 2008
@@ -193,14 +193,14 @@
* below the source windows
*/
char* src_msgs[] = {
- " OFF",
- " 1-OFF",
- " 2-OFF",
- "1/2-OFF",
- " ON",
- " 1-ON",
- " 2-ON",
- " 1/2-ON",
+ " OFF",
+ "1 OFF",
+ " 2 OFF",
+ "1+2 OFF",
+ " ON ",
+ "1 ON ",
+ " 2 ON ",
+ "1+2 ON ",
};
/*
* Display video frames (from local or remote stream) using the SDL library.
More information about the asterisk-commits
mailing list