There are no available options for this view.

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.66 by botg, Tue May 24 10:50:10 2005 UTC revision 1.67 by botg, Sun May 29 11:04:37 2005 UTC
# Line 22  Line 22 
22  #if _MSC_VER > 1000  #if _MSC_VER > 1000
23  #pragma once  #pragma once
24  #endif // _MSC_VER > 1000  #endif // _MSC_VER > 1000
 // Options.h : Header-Datei  
 //  
25    
26  #include "FzApiStructures.h"  #include "FzApiStructures.h"
27  #include "SpeedLimit.h"  #include "SpeedLimit.h"
# Line 52  Line 50 
50    
51  #include "misc\MarkupSTL.h"  #include "misc\MarkupSTL.h"
52    
53  #define OPTIONS_NUM 116  #define OPTIONS_NUM 117
54    
55  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
56  // Dialogfeld COptions  // Dialogfeld COptions
# Line 281  Line 279 
279  #define OPTION_LOGTIMESTAMPS 114  #define OPTION_LOGTIMESTAMPS 114
280  #define OPTION_VMSALLREVISIONS 115  #define OPTION_VMSALLREVISIONS 115
281  #define OPTION_LASTSERVERUTF8 116  #define OPTION_LASTSERVERUTF8 116
282    #define OPTION_ANONPWD 117
283    
284  //{{AFX_INSERT_LOCATION}}  //{{AFX_INSERT_LOCATION}}
285  // Microsoft Visual C++ fügt unmittelbar vor der vorhergehenden Zeile zusätzliche Deklarationen ein.  // Microsoft Visual C++ fügt unmittelbar vor der vorhergehenden Zeile zusätzliche Deklarationen ein.

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67