mirror of
https://github.com/ToshioCP/Gtk4-tutorial.git
synced 2025-01-12 20:03:28 +01:00
Minor change to displayed strings, adding space after sentences
When the string definition in the code is concatenated, there is no space between sentences.
This commit is contained in:
parent
2ed0969574
commit
dbe2180773
2 changed files with 16 additions and 18 deletions
|
@ -43,4 +43,3 @@ main (int argc, char **argv) {
|
||||||
g_object_unref (app);
|
g_object_unref (app);
|
||||||
return stat;
|
return stat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -47,4 +47,3 @@ main (int argc, char **argv) {
|
||||||
g_object_unref (app);
|
g_object_unref (app);
|
||||||
return stat;
|
return stat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue