Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bug 174070:In Report Design Preferences, Resource has no default value.

Summary
In Report Design Preferences, Resource has no default value.

Bugzilla Bug (s) Resolved
174070

Description
Because the default value varies with current project, it should not be a const string.
When user click "Resouce Defaults" button, display the value as "Current Project Folder".
Of cource, the string "Current Project Folder" should be internationalized.

Tests Description
Manual test

Files Edited
/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/nls/messages.properties
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/preferences/ResourcePreferencePage.java


Files Added


Files Deleted


Notes to Build Team

Notes to Developers

Notes to QA

Notes to Documentation

Back to the top