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
d6f97fd2
Commit
d6f97fd2
authored
Jun 14, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Menu item 'Help/about proview' added
parent
d92972cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
0 deletions
+28
-0
wb/mmi/wb/src/wb_wtt.uil
wb/mmi/wb/src/wb_wtt.uil
+13
-0
xtt/mmi/xtt/en_us/inc_xtt.uil
xtt/mmi/xtt/en_us/inc_xtt.uil
+1
-0
xtt/mmi/xtt/src/xtt.uil
xtt/mmi/xtt/src/xtt.uil
+13
-0
xtt/mmi/xtt/sv_se/inc_xtt.uil
xtt/mmi/xtt/sv_se/inc_xtt.uil
+1
-0
No files found.
wb/mmi/wb/src/wb_wtt.uil
View file @
d6f97fd2
...
...
@@ -63,6 +63,7 @@ procedure
wtt_activate_scriptbase(integer);
wtt_activate_help(integer);
wtt_activate_help_project(integer);
wtt_activate_help_proview(integer);
wtt_create_menubutton(integer);
wtt_create_msg_label(integer);
wtt_create_cmd_prompt(integer);
...
...
@@ -1078,6 +1079,18 @@ object help_entry : XmCascadeButton
XmNactivateCallback = procedure wtt_activate_help_project(wtt_ctx);
};
};
XmPushButton
{
arguments
{
XmNlabelString = compound_string("About Proview");
XmNfontList = menu_font;
};
callbacks
{
XmNactivateCallback = procedure wtt_activate_help_proview(wtt_ctx);
};
};
};
};
};
...
...
xtt/mmi/xtt/en_us/inc_xtt.uil
View file @
d6f97fd2
...
...
@@ -33,6 +33,7 @@ c_Zoom_reset : compound_string("Zoom reset");
c_Help : compound_string("Help");
c_Overview : compound_string("Overview");
c_Project : compound_string("Project");
c_About_Proview : compound_string("About Proview");
! module xtt_op.uil
...
...
xtt/mmi/xtt/src/xtt.uil
View file @
d6f97fd2
...
...
@@ -37,6 +37,7 @@ procedure
xtt_activate_zoom_reset(integer);
xtt_activate_help(integer);
xtt_activate_help_project(integer);
xtt_activate_help_proview(integer);
xtt_create_msg_label(integer);
xtt_create_cmd_prompt(integer);
xtt_create_cmd_input(integer);
...
...
@@ -491,6 +492,18 @@ object help_entry : XmCascadeButton
XmNactivateCallback = procedure xtt_activate_help_project(xtt_ctx);
};
};
XmPushButton
{
arguments
{
XmNlabelString = c_About_Proview;
XmNfontList = menu_font;
};
callbacks
{
XmNactivateCallback = procedure xtt_activate_help_proview(xtt_ctx);
};
};
};
};
};
...
...
xtt/mmi/xtt/sv_se/inc_xtt.uil
View file @
d6f97fd2
...
...
@@ -33,6 +33,7 @@ c_Zoom_reset : compound_string("
c_Help : compound_string("Hjlp");
c_Overview : compound_string("versikt");
c_Project : compound_string("Projekt");
c_About_Proview : compound_string("Om Proview");
! module xtt_op.uil
...
...
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