mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Fix GNOMEProgram to the correct capitalisation: GnomeProgram
Original commit message from CVS: Fix GNOMEProgram to the correct capitalisation: GnomeProgram
This commit is contained in:
parent
6a9e76ee20
commit
8367762d69
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ main (int argc, char **argv)
|
|||
{ NULL, '\0', POPT_ARG_INCLUDE_TABLE, NULL, 0, "GStreamer", NULL },
|
||||
POPT_TABLEEND
|
||||
};
|
||||
GNOMEProgram *program;
|
||||
GnomeProgram *program;
|
||||
poptContext context;
|
||||
const gchar **argvn;
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ main (int argc, char **argv)
|
|||
{ NULL, '\0', POPT_ARG_INCLUDE_TABLE, NULL, 0, "GStreamer", NULL },
|
||||
POPT_TABLEEND
|
||||
};
|
||||
GNOMEProgram *program;
|
||||
GnomeProgram *program;
|
||||
poptContext context;
|
||||
const gchar **argvn;
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ main (int argc, char **argv)
|
|||
{ NULL, '\0', POPT_ARG_INCLUDE_TABLE, NULL, 0, "GStreamer", NULL },
|
||||
POPT_TABLEEND
|
||||
};
|
||||
GNOMEProgram *program;
|
||||
GnomeProgram *program;
|
||||
poptContext context;
|
||||
const gchar **argvn;
|
||||
|
||||
|
|
Loading…
Reference in a new issue