summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2011-08-21 16:30:19 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2011-08-21 17:43:05 -0500
commite8fe15c3f7e3471f49ea0423ac0fe652db90391a (patch)
tree5cdd0d71d7981941ddeb786ab8c98ceba763fc59 /Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
parent95fd6e925cb3113cc3bde93c4aa56f4e1cabbfaa (diff)
Make titlebar and about dialog fancy for cmake build.
Windows needs fixing.
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp')
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
index a33274d143..abfd9155f5 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
@@ -265,7 +265,7 @@ unsigned int VideoSoftware::PeekMessages()
void VideoSoftware::UpdateFPSDisplay(const char *text)
{
char temp[100];
- snprintf(temp, sizeof temp, "%s | Software | %s", svn_rev_str, text);
+ snprintf(temp, sizeof temp, "%s | Software | %s", scm_rev_str, text);
OpenGL_SetWindowText(temp);
}