Changeset 15107 for platform/eclipse/sabotter/trunk/jp.xet.sabotter.eclipse/src/jp/xet/sabotter/eclipse/action/ReplyAction.java
- Timestamp:
- 07/03/08 17:19:35 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
platform/eclipse/sabotter/trunk/jp.xet.sabotter.eclipse/src/jp/xet/sabotter/eclipse/action/ReplyAction.java
r15092 r15107 52 52 String message = txtStatusText.getText(); 53 53 if (miniblogEntry.isDirectMessage()) { 54 String head = "D " + miniblogEntry.getUser().get ScreenName() + " "; // $NON-NLS-1$ // $NON-NLS-2$54 String head = "D " + miniblogEntry.getUser().getUserId() + " "; // $NON-NLS-1$ // $NON-NLS-2$ 55 55 message = head + message; 56 56 } else { 57 String head = "@" + miniblogEntry.getUser().get ScreenName() + " "; // $NON-NLS-1$ // $NON-NLS-2$57 String head = "@" + miniblogEntry.getUser().getUserId() + " "; // $NON-NLS-1$ // $NON-NLS-2$ 58 58 59 59 if (message.startsWith("@")) { // $NON-NLS-1$
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)