[shotwell] Fix typo in fullscreen option
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Fix typo in fullscreen option
- Date: Tue, 30 May 2017 17:54:49 +0000 (UTC)
commit 036f831a14d74160741b7c6d8e404d0be63e8e1d
Author: Jens Georg <mail jensge org>
Date: Tue May 30 18:28:48 2017 +0200
Fix typo in fullscreen option
https://bugzilla.gnome.org/show_bug.cgi?id=716830
src/main.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.vala b/src/main.vala
index 35c4000..610bf0a 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -313,7 +313,7 @@ public OptionEntry[] get_options() {
_("Show the application’s version"), null };
entries += version;
- OptionEntry fullscreen = { "fuillscreen", 'f', 0, OptionArg.NONE,
+ OptionEntry fullscreen = { "fullscreen", 'f', 0, OptionArg.NONE,
&fullscreen, _("Start the application in fullscreen mode"), null };
entries += fullscreen;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]