[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1477
Date       : Wed Jul 19 14:26:38 BST 2006

Changed paths:
   M /Trunk/XaraLX/wxOil/helptabs.cpp

Fix gcc warning


Diff:
Index: Trunk/XaraLX/wxOil/helptabs.cpp
===================================================================
--- Trunk/XaraLX/wxOil/helptabs.cpp	(revision 1476)
+++ Trunk/XaraLX/wxOil/helptabs.cpp	(revision 1477)
@@ -462,7 +462,7 @@
 	{_T("BrushEditDialog"),					_R(IDD_BRUSHEDITSEQUENCE),			_R(IDS_HELPPATH_Dialog_Edit_Brush_Sequence)},
 	{_T("BrushEditDialog"),					_R(IDD_BRUSHEDITFILL),				_R(IDS_HELPPATH_Dialog_Edit_Brush_Properties)},
 	{_T("CInitBrushNameDlg"),				0,								_R(IDS_HELPPATH_How_Adding_Custom_Brush_Strokes)},
-	NULL, 0, 0
+	{NULL, 0, 0}
 };
 
 
@@ -712,7 +712,7 @@
 	{OPTOKEN_FRAME_GRABFRAME,				_R(IDS_HELPPATH_Command_Preview_All_Frames)},
 #endif // WEBSTER
 	
-	NULL, 0
+	{NULL, 0}
 };
 
 


Xara