~ubuntu-branches/ubuntu/raring/g3data/raring

« back to all changes in this revision

Viewing changes to tooltips.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter S Galbraith
  • Date: 2004-12-14 22:12:00 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041214221200-9c372jt3hu56i055
Tags: 1:1.4.0.1-1
* New upstream release (merges-in man page provided uptream, thanks!)
* Removed debian/g3data.sgml since now merged in package upstream.
* Bug fix: "g3data: 404 on http link in the package description", thanks
  to Fabrice Lorrain for reporting it and providing the new URL, now
  used in the copyright and package description (Closes: #269136).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gchar setx1tts[] =      "Put out first point on x axis";
1
2
gchar setx1tt[] =       "To set out first point on x axis press this button and then press on the "
2
 
                        "image x-axis. This procedure can be replaced by pressing the middle button "
3
 
                        "on the image.";
 
3
                        "image x-axis (with left mousebutton). This procedure can be replaced by "
 
4
                        "pressing the middle button on the image.";
4
5
 
 
6
gchar setx2tts[] =      "Put out second point on x axis";
5
7
gchar setx2tt[] =       "To set out second point on x axis press this button and then press on the "
6
 
                        "image x-axis. This procedure can be replaced by pressing the middle button "
7
 
                        "on the image.";
 
8
                        "image x-axis (with left mousebutton). This procedure can be replaced by "
 
9
                        "pressing the middle button on the image.";
8
10
 
 
11
gchar sety1tts[] =      "Put out first point on y axis";
9
12
gchar sety1tt[] =       "To set out first point on y axis press this button and then press on the "
10
 
                        "image y-axis. This procedure can be replaced by pressing the right button "
11
 
                        "on the image.";
 
13
                        "image y-axis (with left mousebutton). This procedure can be replaced by "
 
14
                        "pressing the right button on the image.";
12
15
 
 
16
gchar sety2tts[] =      "Put out second point on y axis";
13
17
gchar sety2tt[] =       "To set out second point on y axis press this button and then press on the "
14
 
                        "image y-axis. This procedure can be replaced by pressing the right button "
15
 
                        "on the image.";
 
18
                        "image y-axis (with left mousebutton). This procedure can be replaced by "
 
19
                        "pressing the right button on the image.";
 
20
 
 
21
gchar *setxytts[] = {&setx1tts[0], &setx2tts[0], &sety1tts[0], &sety2tts[0]};
 
22
gchar *setxytt[] = {&setx1tt[0], &setx2tt[0], &sety1tt[0], &sety2tt[0]};
16
23
 
17
24
gchar entryx1tt[] =     "This entry should contain the value of the first x-axis point.";
18
25
 
22
29
 
23
30
gchar entryy2tt[] =     "This entry should contain the value of the second y-axis point.";
24
31
 
 
32
gchar *entryxytt[] = {&entryx1tt[0], &entryx2tt[0], &entryy1tt[0], &entryy2tt[0]};
 
33
 
25
34
gchar removeltt[] =     "This button removes the last put out point.";
26
35
 
 
36
gchar removeatts[] =    "Remove all points";
27
37
gchar removeatt[] =     "This button removes all put out points except the axispoints. If all "
28
38
                        "points are already removed a second click will also remove the axispoints.";
29
39
 
36
46
gchar logxtt[] =        "If x-axis is logarithmic check this button.";
37
47
 
38
48
gchar logytt[] =        "If y-axis is logarithmic check this button.";
 
49
 
 
50
gchar uetts[] =         "Show the errors of the x and y values at printout.";
 
51
 
 
52
gchar uett[] =          "If you want the errors of the x value to be printed in column 3 and the error "
 
53
                        "of the y value to be printed in column 4 check this button.";