Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335776 - Typo in translation string gives exception
Summary: Typo in translation string gives exception
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 8.0   Edit
Assignee: Marc Khouzam CLA
QA Contact: Ken Ryall CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-29 13:55 EST by Marc Khouzam CLA
Modified: 2011-01-31 10:26 EST (History)
2 users (show)

See Also:
ken.ryall: review+


Attachments
Fix (6.22 KB, patch)
2011-01-29 13:55 EST, Marc Khouzam CLA
marc.khouzam: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Khouzam CLA 2011-01-29 13:55:21 EST
Created attachment 187911 [details]
Fix

There is a typo that got copied to a couple of messages files.

java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key AbstractCLaunchDelegate.Program_is_not_a_recognized_executable
	at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
	at java.util.ResourceBundle.getString(ResourceBundle.java:334)
	at org.eclipse.cdt.dsf.gdb.launching.LaunchMessages.getString(LaunchMessages.java:44)
	at org.eclipse.cdt.dsf.gdb.launching.LaunchUtils.verifyBinary(LaunchUtils.java:160)
	at org.eclipse.cdt.dsf.gdb.launching.GdbLaunchDelegate.checkBinaryDetails(GdbLaunchDelegate.java:242)
	at org.eclipse.cdt.dsf.gdb.launching.GdbLaunchDelegate.launchDebugSession(GdbLaunchDelegate.java:134)
	at [...]
Comment 1 Marc Khouzam CLA 2011-01-29 13:56:43 EST
Committed to HEAD.

Ken, can you review?