~hakermania/synapse-project/synapse-project

« back to all changes in this revision

Viewing changes to src/ui/synapse-main.vala

  • Committer: Rico Tzschichholz
  • Date: 2016-03-08 17:21:14 UTC
  • Revision ID: ricotz@ubuntu.com-20160308172114-2e8aqsp49rp2jt53
main: Properly construct OptionEntry

Stop using an empty string where is getting treated as translateable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    {
29
29
      {
30
30
        "startup", 's', 0, OptionArg.NONE,
31
 
        out is_startup, "Startup mode (hide the UI until activated).", ""
 
31
        out is_startup, "Startup mode (hide the UI until activated).", null
32
32
      },
33
33
      {
34
34
        null