diff options
Diffstat (limited to 'chrome/browser/first_run_gtk.cc')
-rw-r--r-- | chrome/browser/first_run_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/first_run_gtk.cc b/chrome/browser/first_run_gtk.cc index 5447a3f..9525d91a 100644 --- a/chrome/browser/first_run_gtk.cc +++ b/chrome/browser/first_run_gtk.cc @@ -30,7 +30,7 @@ void DialogResponseCallback(GtkDialog* dialog, gint response, void OpenFirstRunDialog(Profile* profile, ProcessSingleton* process_singleton) { #if defined(GOOGLE_CHROME_BUILD) GtkWidget* dialog = gtk_dialog_new_with_buttons( - "Google Chrome Alpha", + "Google Chrome Dev Build", NULL, // No parent (GtkDialogFlags) (GTK_DIALOG_MODAL | GTK_DIALOG_NO_SEPARATOR), GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, |