guberm / tortoisegit

Automatically exported from code.google.com/p/tortoisegit
0 stars 0 forks source link

"End" label width for other languages #2508

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Pre: switch to another language, such as Chinese Simplified
1. Push a commit
2. Click the "Create pull request" button
3. See the "end" label

What is the expected output? What do you see instead?
Good. But the content is truncated.

What version of TortoiseGit and msysgit are you using? On
what operating system?
TortoiseGit 1.8.14.0 (C:\Program Files\TortoiseGit\bin) 
git version 1.9.5.msysgit.1 (C:\Program Files\Git\bin) 

Please provide any additional information below.

diff --git a/src/Resources/TortoiseProcENG.rc b/src/Resources/TortoiseProcENG.rc
index 9b1538a..8f20714 100644
--- a/src/Resources/TortoiseProcENG.rc
+++ b/src/Resources/TortoiseProcENG.rc
@@ -1215,7 +1215,7 @@ BEGIN
     PUSHBUTTON      "...",IDC_BUTTON_LOCAL_BRANCH,286,7,18,14
     LTEXT           "Repository &URL",IDC_STATIC_REMOTE_URL,7,27,50,8
     CONTROL         "",IDC_COMBOBOXEX_URL,"ComboBoxEx32",CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP,62,25,242,54
-    LTEXT           "End",IDC_STATIC_REMOTE_BRANCH,7,46,13,8
+    LTEXT           "End",IDC_STATIC_REMOTE_BRANCH,7,46,50,8
     EDITTEXT        IDC_REMOTE_BRANCH,62,44,242,13,ES_AUTOHSCROLL
     CONTROL         "Send Mail after create",IDC_CHECK_SENDMAIL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,60,166,10
     DEFPUSHBUTTON   "OK",IDOK,141,70,50,14

Original issue reported on code.google.com by yfdyh000 on 15 May 2015 at 12:49

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 8db6ce8ba850.

Original comment by sstrickr...@googlemail.com on 16 May 2015 at 9:51