diff options
Diffstat (limited to 'chrome/browser/views')
-rw-r--r-- | chrome/browser/views/about_chrome_view.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/views/about_chrome_view.cc b/chrome/browser/views/about_chrome_view.cc index efb5027..09a4ccf 100644 --- a/chrome/browser/views/about_chrome_view.cc +++ b/chrome/browser/views/about_chrome_view.cc @@ -113,6 +113,11 @@ void AboutChromeView::Init() { } current_version_ = version_info->file_version(); +#if !defined(GOOGLE_CHROME_BUILD) + current_version_ += L" ("; + current_version_ += version_info->last_change(); + current_version_ += L")"; +#endif // Views we will add to the *parent* of this dialog, since it will display // next to the buttons which we don't draw ourselves. |