X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fmain.c;h=3241877d8509323711e0b5fce500c2a3402ca607;hb=b7968b37a3825943816f9c262d4b2979397f6a83;hp=fd64f4fd68597f0efbebd8e8f3d9260fde6c7aad;hpb=55d9bfc27982744208fbe84cfb716da89cdbe4a2;p=pspp diff --git a/src/ui/gui/main.c b/src/ui/gui/main.c index fd64f4fd68..3241877d85 100644 --- a/src/ui/gui/main.c +++ b/src/ui/gui/main.c @@ -173,6 +173,9 @@ on_local_options (GApplication * application, Each entry should end with a period. */ static const char *tips[] = { +#ifdef _WIN32 + N_("PSPP runs best on free platforms such as GNU and GNU/Linux. Windows is a non-free system. As such, certain features might work sub-optimally. For best results use a free system instead."), +#endif N_("Right click on variable lists to change between viewing the variables' names and their labels."), N_("Click \"Paste\" instead of \"OK\" when running procedures. This allows you to edit your commands before running them and you have better control over your work."), N_("Directly import your spreadsheets using the \"File | Import Data\" menu."), @@ -519,7 +522,7 @@ main (int argc, char *argv[]) set_program_name (argv[0]); GtkApplication *app = - gtk_application_new ("gnu.pspp", G_APPLICATION_HANDLES_OPEN); + gtk_application_new ("org.gnu.pspp", G_APPLICATION_HANDLES_OPEN); process_pre_start_arguments (&argc, &argv);