gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10606: Add the edit submenu menu to


From: John Wimer
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10606: Add the edit submenu menu to the popup menu
Date: Sun, 22 Feb 2009 12:28:14 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10606
committer: John Wimer <address@hidden>
branch nick: trunk
timestamp: Sun 2009-02-22 12:28:14 +0100
message:
  Add the edit submenu menu to the popup menu
modified:
  gui/Kde4Gui.cpp
=== modified file 'gui/Kde4Gui.cpp'
--- a/gui/Kde4Gui.cpp   2009-02-11 22:56:10 +0000
+++ b/gui/Kde4Gui.cpp   2009-02-22 11:28:14 +0000
@@ -173,6 +173,7 @@
 {
     QMenu popupMenu(_drawingWidget);
     popupMenu.addMenu(fileMenu);
+    popupMenu.addMenu(editMenu);
     popupMenu.addMenu(movieControlMenu);
     popupMenu.addMenu(viewMenu);
     popupMenu.exec(point);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]