~jeremywootten/pantheon-files/fix-1461556-center-newly-created-folder

« back to all changes in this revision

Viewing changes to src/View/Resources.vala

  • Committer: Jeremy Wootten
  • Date: 2015-07-18 05:59:22 UTC
  • mfrom: (1855.1.29 pantheon-files)
  • Revision ID: jeremy@elementaryos.org-20150718055922-7qz7sbo0ycn676r3
Merge trunk to r1884

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
namespace Marlin {
20
20
    public const string APP_TITLE = "Files";
21
21
    public const string COPYRIGHT = APP_YEARS + " Marlin Developers";
22
 
    public const string APP_YEARS = "2010-2014";
 
22
    public const string APP_YEARS = "2010-2015";
23
23
    public const string LAUNCHPAD_LABEL = "Website";
24
24
    public const string LAUNCHPAD_URL = "http://launchpad.net/pantheon-files";
25
25
    public const string HELP_URL = "https://answers.launchpad.net/pantheon-files";