Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159989 Details for
Bug 249642
Don't combine theme name with framework version
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
CVS Diffs
diffs.txt (text/plain), 3.57 KB, created by
Nathan Kinder
on 2007-07-25 23:27:25 UTC
(
hide
)
Description:
CVS Diffs
Filename:
MIME Type:
Creator:
Nathan Kinder
Created:
2007-07-25 23:27:25 UTC
Size:
3.57 KB
patch
obsolete
>Index: src/com/netscape/management/client/AboutDialog.java >=================================================================== >RCS file: /cvs/dirsec/console/src/com/netscape/management/client/AboutDialog.java,v >retrieving revision 1.7 >diff -u -5 -t -r1.7 AboutDialog.java >--- src/com/netscape/management/client/AboutDialog.java 29 Jun 2007 20:32:27 -0000 1.7 >+++ src/com/netscape/management/client/AboutDialog.java 25 Jul 2007 23:21:10 -0000 >@@ -23,10 +23,11 @@ > import javax.swing.border.*; > > import java.awt.*; > > import com.netscape.management.client.util.*; >+import com.netscape.management.client.console.*; > > /** > * AboutDialog is a class to display a standard "about box", > * which conveys the product's version and copyright information. > * >@@ -101,11 +102,14 @@ > GridBagConstraints.NONE, 0, 0, > SEPARATED_COMPONENT_SPACE, DIFFERENT_COMPONENT_SPACE); > } > > >- GridBagUtil.constrain(content, new MultilineLabel(copyright), >+ GridBagUtil.constrain(content, new MultilineLabel(copyright + "\n\n" + >+ (new ResourceSet("com.netscape.management.client.default")). >+ getString("aboutDialog", "dialogFrameworkPrefix") + " " + >+ VersionInfo.getVersionNumber()), > 1, 0, 1, 1, 1, 0, GridBagConstraints.NORTH, > GridBagConstraints.HORIZONTAL, 0, 0, > SEPARATED_COMPONENT_SPACE, 0); > > addVendor(null, license); >Index: src/com/netscape/management/client/FrameworkInitializer.java >=================================================================== >RCS file: /cvs/dirsec/console/src/com/netscape/management/client/FrameworkInitializer.java,v >retrieving revision 1.3 >diff -u -5 -t -r1.3 FrameworkInitializer.java >--- src/com/netscape/management/client/FrameworkInitializer.java 2 Jul 2007 18:49:18 -0000 1.3 >+++ src/com/netscape/management/client/FrameworkInitializer.java 25 Jul 2007 23:21:10 -0000 >@@ -262,11 +262,11 @@ > if (aboutDialog == null) { > ResourceSet aboutDialogResource = new ResourceSet("com.netscape.management.client.defaultLicense"); > ResourceSet themeResource = new ResourceSet("com.netscape.management.client.theme.theme"); > aboutDialog = new AboutDialog(parent, > themeResource.getString("defaultAbout", >- "dialogTitle") + " " + VersionInfo.getVersionNumber()); >+ "dialogTitle")); > aboutDialog.setProduct( new RemoteImage( > themeResource.getString("defaultAbout", > "productLogo")), > aboutDialogResource.getString("defaultAbout", > "productCopyright"), >Index: src/com/netscape/management/client/default.properties >=================================================================== >RCS file: /cvs/dirsec/console/src/com/netscape/management/client/default.properties,v >retrieving revision 1.7 >diff -u -5 -t -r1.7 default.properties >--- src/com/netscape/management/client/default.properties 29 Jun 2007 20:32:27 -0000 1.7 >+++ src/com/netscape/management/client/default.properties 25 Jul 2007 23:21:10 -0000 >@@ -88,10 +88,11 @@ > > dialog-closetitle=Close Confirmation > dialog-closetext=There are unsaved changes. Would you like to close? > > aboutDialog-dialogTitlePrefix=About >+aboutDialog-dialogFrameworkPrefix=Using Console Framework > > permTab-title=UI Permissions > permTab-accessButton=&Permissions... > permTab-accessButton_tt=Manage Access Control Instructions (ACI) for the selected screen element > permTab-nameColumn=Screen Element
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249642
: 159989