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
941859fe
Commit
941859fe
authored
Sep 06, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update menu button
parent
0979e543
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
12 deletions
+30
-12
xtt/mmi/xtt/en_us/inc_xtt.uil
xtt/mmi/xtt/en_us/inc_xtt.uil
+1
-0
xtt/mmi/xtt/src/xtt_clog.uil
xtt/mmi/xtt/src/xtt_clog.uil
+28
-12
xtt/mmi/xtt/sv_se/inc_xtt.uil
xtt/mmi/xtt/sv_se/inc_xtt.uil
+1
-0
No files found.
xtt/mmi/xtt/en_us/inc_xtt.uil
View file @
941859fe
...
...
@@ -60,6 +60,7 @@ c_Help_on_selected_event : compound_string("Help on selected event");
! module xtt_clog.uil
c_Update : compound_string("Update");
c_NextFile : compound_string("Next File");
c_PreviousFile : compound_string("Previous File");
c_SelectFile : compound_string("Select File");
...
...
xtt/mmi/xtt/src/xtt_clog.uil
View file @
941859fe
...
...
@@ -21,6 +21,7 @@ procedure
clog_activate_select_file(integer);
clog_activate_next_file(integer);
clog_activate_prev_file(integer);
clog_activate_update(integer);
clog_activate_zoom_in(integer);
clog_activate_zoom_out(integer);
clog_activate_zoom_reset(integer);
...
...
@@ -95,6 +96,18 @@ object clog_file_entry : XmCascadeButton
{
controls
{
XmPushButton
{
arguments
{
XmNlabelString = c_Filter;
XmNfontList = menu_font;
};
callbacks
{
XmNactivateCallback = procedure clog_activate_filter(clog_ctx);
};
};
XmPushButton
{
arguments
...
...
@@ -138,6 +151,21 @@ object clog_file_entry : XmCascadeButton
};
};
XmPushButton
{
arguments
{
XmNlabelString = c_Update;
XmNmnemonic = keysym('U');
XmNaccelerator = "Ctrl<Key>U";
XmNacceleratorText = compound_string('Ctrl+U');
XmNfontList = menu_font;
};
callbacks
{
XmNactivateCallback = procedure clog_activate_update(clog_ctx);
};
};
XmPushButton
{
arguments
{
...
...
@@ -209,18 +237,6 @@ object clog_view_entry : XmCascadeButton
XmNactivateCallback = procedure clog_activate_zoom_reset(clog_ctx);
};
};
XmPushButton
{
arguments
{
XmNlabelString = c_Filter;
XmNfontList = menu_font;
};
callbacks
{
XmNactivateCallback = procedure clog_activate_filter(clog_ctx);
};
};
};
};
};
...
...
xtt/mmi/xtt/sv_se/inc_xtt.uil
View file @
941859fe
...
...
@@ -62,6 +62,7 @@ c_Help_on_selected_event : compound_string("Hj
c_NextFile : compound_string("Nsta Fil");
c_PreviousFile : compound_string("Fregende Fil");
c_Update : compound_string("Uppdatera");
c_SelectFile : compound_string("Vlj Fil");
c_Filter : compound_string("Filter");
c_Consolelog : compound_string("Konsollogg");
...
...
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