Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
506fa2aa
Commit
506fa2aa
authored
Oct 28, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create object on shift/ctrl/D
parent
1e0c76df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wb/lib/wb/gtk/wb_foe_gtk.cpp
wb/lib/wb/gtk/wb_foe_gtk.cpp
+2
-2
No files found.
wb/lib/wb/gtk/wb_foe_gtk.cpp
View file @
506fa2aa
/*
* Proview $Id: wb_foe_gtk.cpp,v 1.1
3 2008-10-03 14:18:3
7 claes Exp $
* Proview $Id: wb_foe_gtk.cpp,v 1.1
4 2008-10-28 09:49:4
7 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -1228,7 +1228,7 @@ pwr_tStatus WFoeGtk::create_window( int x_top,
g_signal_connect
(
widgets
.
lockconpoint
,
"activate"
,
G_CALLBACK
(
WFoeGtk
::
activate_lockconpoint
),
this
);
gtk_widget_add_accelerator
(
widgets
.
lockconpoint
,
"activate"
,
accel_g
,
'
z'
,
GdkModifierType
(
GDK_CONTROL
_MASK
),
GTK_ACCEL_VISIBLE
);
'
d'
,
GdkModifierType
(
GDK_CONTROL_MASK
|
GDK_SHIFT
_MASK
),
GTK_ACCEL_VISIBLE
);
widgets
.
cut
=
gtk_image_menu_item_new_from_stock
(
GTK_STOCK_CUT
,
accel_g
);
g_signal_connect
(
widgets
.
cut
,
"activate"
,
G_CALLBACK
(
WFoeGtk
::
activate_cut
),
this
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment