summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/src/advanced.dox2
-rw-r--r--documentation/src/basics.dox2
-rw-r--r--documentation/src/common.dox2
-rw-r--r--documentation/src/development.dox4
-rw-r--r--documentation/src/drawing.dox2
-rw-r--r--documentation/src/editor.dox2
-rw-r--r--documentation/src/enumerations.dox2
-rw-r--r--documentation/src/events.dox2
-rw-r--r--documentation/src/examples.dox2
-rw-r--r--documentation/src/fluid.dox2
-rw-r--r--documentation/src/forms.dox2
-rw-r--r--documentation/src/glut.dox2
-rw-r--r--documentation/src/index.dox2
-rw-r--r--documentation/src/intro.dox2
-rw-r--r--documentation/src/license.dox2
-rw-r--r--documentation/src/migration_1_1.dox2
-rw-r--r--documentation/src/migration_1_3.dox2
-rw-r--r--documentation/src/opengl.dox2
-rw-r--r--documentation/src/osissues.dox2
-rw-r--r--documentation/src/preface.dox4
-rw-r--r--documentation/src/subclassing.dox2
-rw-r--r--documentation/src/unicode.dox2
22 files changed, 24 insertions, 24 deletions
diff --git a/documentation/src/advanced.dox b/documentation/src/advanced.dox
index 2d8012a1a..fc619e445 100644
--- a/documentation/src/advanced.dox
+++ b/documentation/src/advanced.dox
@@ -114,7 +114,7 @@ Fl::unlock().
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="unicode.html">
diff --git a/documentation/src/basics.dox b/documentation/src/basics.dox
index 4eb268504..b2753079e 100644
--- a/documentation/src/basics.dox
+++ b/documentation/src/basics.dox
@@ -389,7 +389,7 @@ include lines:</i>
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="common.html">
diff --git a/documentation/src/common.dox b/documentation/src/common.dox
index 1ab29dfab..7d7716abe 100644
--- a/documentation/src/common.dox
+++ b/documentation/src/common.dox
@@ -630,7 +630,7 @@ combined with any modifiers like \p Shift , \p Alt , and \p Control.
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="editor.html">
diff --git a/documentation/src/development.dox b/documentation/src/development.dox
index b64d776e8..899fa9ac3 100644
--- a/documentation/src/development.dox
+++ b/documentation/src/development.dox
@@ -315,7 +315,7 @@ The following code gives the navigation bar at the bottom of this page:
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="license.html">
@@ -340,7 +340,7 @@ The following code gives the navigation bar at the bottom of this page:
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="license.html">
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 8a892f550..b5c69c4b1 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -1016,7 +1016,7 @@ in the offscreen buffer into the current buffer at \p x,y.
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="events.html">
diff --git a/documentation/src/editor.dox b/documentation/src/editor.dox
index 490ee17d0..903827348 100644
--- a/documentation/src/editor.dox
+++ b/documentation/src/editor.dox
@@ -903,7 +903,7 @@ style_parse(const char *text,
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="drawing.html">
diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox
index 51c0a149c..022ce431d 100644
--- a/documentation/src/enumerations.dox
+++ b/documentation/src/enumerations.dox
@@ -321,7 +321,7 @@ The following damage mask bits are used by the standard FLTK widgets:
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="glut.html">
diff --git a/documentation/src/events.dox b/documentation/src/events.dox
index 2cbeba67a..2d402d2a8 100644
--- a/documentation/src/events.dox
+++ b/documentation/src/events.dox
@@ -432,7 +432,7 @@ Under Mac OS X, FLTK "previews" partially composed sequences.
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="subclassing.html">
diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox
index 556312b9d..f8f0c2741 100644
--- a/documentation/src/examples.dox
+++ b/documentation/src/examples.dox
@@ -597,7 +597,7 @@ for more details.
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
&nbsp;
diff --git a/documentation/src/fluid.dox b/documentation/src/fluid.dox
index d5ad3edca..9c934693e 100644
--- a/documentation/src/fluid.dox
+++ b/documentation/src/fluid.dox
@@ -1491,7 +1491,7 @@ be generated and likely cause compile-time warnings.
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="advanced.html">
diff --git a/documentation/src/forms.dox b/documentation/src/forms.dox
index ef135981f..6060ac83e 100644
--- a/documentation/src/forms.dox
+++ b/documentation/src/forms.dox
@@ -258,7 +258,7 @@ fl_font_name(11,"*bookman-light-i-no*");
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="osissues.html">
diff --git a/documentation/src/glut.dox b/documentation/src/glut.dox
index 30e8c9fca..64ab5bbe6 100644
--- a/documentation/src/glut.dox
+++ b/documentation/src/glut.dox
@@ -238,7 +238,7 @@ Switches all drawing functions to the GLUT window.
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="forms.html">
diff --git a/documentation/src/index.dox b/documentation/src/index.dox
index 062abfb05..e062006ac 100644
--- a/documentation/src/index.dox
+++ b/documentation/src/index.dox
@@ -104,7 +104,7 @@
&nbsp;
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="preface.html">
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox
index f07a86db0..73347db21 100644
--- a/documentation/src/intro.dox
+++ b/documentation/src/intro.dox
@@ -399,7 +399,7 @@ or the web interface to the newsgroups at <A href="http://fltk.org/newsgroups.ph
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="basics.html">
diff --git a/documentation/src/license.dox b/documentation/src/license.dox
index 124b9ba17..63c96ad2a 100644
--- a/documentation/src/license.dox
+++ b/documentation/src/license.dox
@@ -503,7 +503,7 @@ DAMAGES.
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="examples.html">
diff --git a/documentation/src/migration_1_1.dox b/documentation/src/migration_1_1.dox
index dcb767103..d0bf9a7a1 100644
--- a/documentation/src/migration_1_1.dox
+++ b/documentation/src/migration_1_1.dox
@@ -161,7 +161,7 @@ Fl::visible_focus(0);
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="migration_1_3.html">
diff --git a/documentation/src/migration_1_3.dox b/documentation/src/migration_1_3.dox
index 6496c066a..203e8d09a 100644
--- a/documentation/src/migration_1_3.dox
+++ b/documentation/src/migration_1_3.dox
@@ -65,7 +65,7 @@ any existing code, but makes it possible to use bigger scroll areas
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="development.html">
diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox
index 51882a293..566ec6ddb 100644
--- a/documentation/src/opengl.dox
+++ b/documentation/src/opengl.dox
@@ -458,7 +458,7 @@ after this call.
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="fluid.html">
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox
index d85e163f6..95184dd29 100644
--- a/documentation/src/osissues.dox
+++ b/documentation/src/osissues.dox
@@ -782,7 +782,7 @@ FLTK uses UTF-8-encoded UNIX-style filenames and paths.
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="migration_1_1.html">
diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox
index e65b3ee30..fdd93e960 100644
--- a/documentation/src/preface.dox
+++ b/documentation/src/preface.dox
@@ -91,13 +91,13 @@ registered trademarks of Apple Computer, Inc.
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
- <a class="el" href="main.html">
+ <a class="el" href="index.html">
[Prev]
Main Page
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="intro.html">
diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox
index 888e3a720..82c94b049 100644
--- a/documentation/src/subclassing.dox
+++ b/documentation/src/subclassing.dox
@@ -550,7 +550,7 @@ the windows. See the
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="opengl.html">
diff --git a/documentation/src/unicode.dox b/documentation/src/unicode.dox
index f1a6e4cf3..7996bc87c 100644
--- a/documentation/src/unicode.dox
+++ b/documentation/src/unicode.dox
@@ -505,7 +505,7 @@ converts the strings to lower case Unicode as part of the comparison.
</a>
</td>
<td width="10%" align="CENTER">
- <a class="el" href="main.html">[Index]</a>
+ <a class="el" href="index.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="enumerations.html">