X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmemorandum.txt;h=c2cd66b6b7280e6206efe8c95acca90c7c660eee;hb=4cee6fc1f72440698ca8f3f89a71d29e7ee46a0d;hp=0df450b5c321c6a508e07bd8e77fac0779bc0294;hpb=258cbd9cdf386687122b0854274923acafc786d4;p=pspp diff --git a/src/ui/gui/memorandum.txt b/src/ui/gui/memorandum.txt index 0df450b5c3..c2cd66b6b7 100644 --- a/src/ui/gui/memorandum.txt +++ b/src/ui/gui/memorandum.txt @@ -111,7 +111,7 @@ this: +---------------+-----------------+----------------+-----------------+ In the second panel from the left, we might want a selector button. -However, we don't want to to fill the entire panel. +However, we don't want to fill the entire panel. So we put it in inside a GtkAlignment. From the "Containers" category click "Alignment". and then the panel. Such a widget is of course not visible, but you will note its presence from the widget hierarchy @@ -191,7 +191,7 @@ dialog_state_valid (gpointer data) PsppireDialogActionFoobar *ud = PSPPIRE_DIALOG_ACTION_FOOBAR (data); // This function is a predicate to determine if the dialog box has - // been set to a state where is is appropriate to click OK / + // been set to a state where it is appropriate to click OK / // Paste. // If it returns FALSE, the OK and PASTE buttons are insensitive @@ -211,7 +211,7 @@ refresh (PsppireDialogAction *rd_) // This function is called when the menuitem is activated. -// It is what pops up the dialog +// It is what pops up the dialog static void psppire_dialog_action_foobar_activate (GAction *a) { @@ -335,7 +335,7 @@ The newer ones contain the string: Like the string suggests Glade version 3.18.x or later will probably -be ok for these files. +be ok for these files. Hopefully the older style .ui files will gradually be converted to new style ones.