[xiph-commits] r12441 - trunk/xiph-qt/OggExport/src

j at svn.xiph.org j at svn.xiph.org
Tue Feb 6 11:27:14 PST 2007


Author: j
Date: 2007-02-06 11:27:12 -0800 (Tue, 06 Feb 2007)
New Revision: 12441

Modified:
   trunk/xiph-qt/OggExport/src/OggExport.r
Log:
this should be called Ogg not OGG

Modified: trunk/xiph-qt/OggExport/src/OggExport.r
===================================================================
--- trunk/xiph-qt/OggExport/src/OggExport.r	2007-02-06 16:36:26 UTC (rev 12440)
+++ trunk/xiph-qt/OggExport/src/OggExport.r	2007-02-06 19:27:12 UTC (rev 12441)
@@ -126,7 +126,7 @@
 
 resource 'STR ' (kExporterNameStringResID, OggExporterName, purgeable) {
     /* "Ogg Multimedia Bitstream (OGG)" */
-    "OGG"
+    "Ogg"
 };
 
 resource 'STR ' (kExporterInfoStringResID, OggExporterName, purgeable) {



More information about the commits mailing list