[gnote] Change GDK_T to GDK_KEY_T in fixedwidthmenuitem.cpp



commit 361070dff01b19b8842c2ba7f9de9732394e0412
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date:   Sun May 8 00:17:40 2011 +0300

    Change GDK_T to GDK_KEY_T in fixedwidthmenuitem.cpp
    
    The former is not available in GTK 3.

 src/addins/fixedwidth/fixedwidthmenuitem.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/addins/fixedwidth/fixedwidthmenuitem.cpp b/src/addins/fixedwidth/fixedwidthmenuitem.cpp
index 0b81486..503beb3 100644
--- a/src/addins/fixedwidth/fixedwidthmenuitem.cpp
+++ b/src/addins/fixedwidth/fixedwidthmenuitem.cpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010 Aurimas Cernius
+ * Copyright (C) 2010-2011 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -42,7 +42,7 @@ namespace fixedwidth {
 
     add_accelerator ("activate",
                      addin->get_window()->get_accel_group(),
-                     GDK_T,
+                     GDK_KEY_T,
                      Gdk::CONTROL_MASK,
                      Gtk::ACCEL_VISIBLE);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]